aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/drawable/divider_shape.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/drawable/divider_shape.xml')
-rw-r--r--app/res/drawable/divider_shape.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/res/drawable/divider_shape.xml b/app/res/drawable/divider_shape.xml
new file mode 100644
index 0000000..23d0a16
--- /dev/null
+++ b/app/res/drawable/divider_shape.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle" >
+
+ <solid android:color="@color/ThemeDark" />
+
+ <corners android:radius="2dp" />
+
+ <stroke
+ android:width="1dp"
+ android:color="@color/ThemeLight" />
+
+</shape> \ No newline at end of file