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