Added Android code
[wl-app.git] / Android / app / src / main / res / drawable / orange_details_round_rect.xml
diff --git a/Android/app/src/main/res/drawable/orange_details_round_rect.xml b/Android/app/src/main/res/drawable/orange_details_round_rect.xml
new file mode 100644 (file)
index 0000000..bdbdb6f
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+       android:shape="rectangle">
+    <corners
+        android:radius="@dimen/book_details_corner_radius"/>
+    <solid android:color="@color/orange_light"/>
+
+</shape>
\ No newline at end of file