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