aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/notification_divider.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/notification_divider.xml')
-rw-r--r--app/src/main/res/drawable/notification_divider.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/notification_divider.xml b/app/src/main/res/drawable/notification_divider.xml
new file mode 100644
index 00000000..95d50aa7
--- /dev/null
+++ b/app/src/main/res/drawable/notification_divider.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <size android:width="1dip" />
+ <solid android:color="@android:color/darker_gray" />
+</shape> \ No newline at end of file