Added Android code
[wl-app.git] / Android / app / src / main / res / layout / navigation_separator_item.xml
diff --git a/Android/app/src/main/res/layout/navigation_separator_item.xml b/Android/app/src/main/res/layout/navigation_separator_item.xml
new file mode 100644 (file)
index 0000000..d3453bc
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<View xmlns:android="http://schemas.android.com/apk/res/android"
+      android:layout_width="match_parent"
+      android:layout_height="1dp"
+      android:layout_marginBottom="13dp"
+      android:layout_marginEnd="25dp"
+      android:layout_marginStart="25dp"
+      android:layout_marginTop="13dp"
+      android:background="@color/turquoise"/>
\ No newline at end of file