Added Android code
[wl-app.git] / Android / app / src / main / res / drawable / nav_item_background.xml
diff --git a/Android/app/src/main/res/drawable/nav_item_background.xml b/Android/app/src/main/res/drawable/nav_item_background.xml
new file mode 100644 (file)
index 0000000..42a64cf
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+    <item>
+        <shape android:shape="rectangle">
+            <solid android:color="@color/white"/>
+        </shape>
+    </item>
+    <item
+        android:left="2dp">
+        <shape android:shape="rectangle">
+            <solid android:color="@color/turquoise_dark"/>
+        </shape>
+    </item>
+
+</layer-list>
\ No newline at end of file