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