aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/horizontal_line.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/horizontal_line.xml')
-rw-r--r--app/src/main/res/drawable/horizontal_line.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/horizontal_line.xml b/app/src/main/res/drawable/horizontal_line.xml
new file mode 100644
index 0000000..76386bb
--- /dev/null
+++ b/app/src/main/res/drawable/horizontal_line.xml
@@ -0,0 +1,4 @@
1<shape xmlns:android="http://schemas.android.com/apk/res/android">
2 <size android:height="1dp"/>
3 <solid android:color="@color/colorPrimaryLighter"/>
4</shape>