]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable/list_divider.xml
drawer: colour divider above the settings/exit buttons
[mobile-ledger.git] / app / src / main / res / drawable / list_divider.xml
diff --git a/app/src/main/res/drawable/list_divider.xml b/app/src/main/res/drawable/list_divider.xml
new file mode 100644 (file)
index 0000000..2269c70
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+    <gradient
+        android:color="@color/divider"
+        android:type="linear"
+        android:startColor="@android:color/white"
+        android:centerColor="@color/colorPrimary"
+        android:endColor="@android:color/white"/>
+    <size android:height="2dp" />
+</shape>
\ No newline at end of file