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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/horizontal_line.xml b/app/src/main/res/drawable/horizontal_line.xml
index a95e4f1..e9e9fab 100644
--- a/app/src/main/res/drawable/horizontal_line.xml
+++ b/app/src/main/res/drawable/horizontal_line.xml
@@ -20,5 +20,5 @@
20 20
21<shape xmlns:android="http://schemas.android.com/apk/res/android"> 21<shape xmlns:android="http://schemas.android.com/apk/res/android">
22 <size android:height="1dp"/> 22 <size android:height="1dp"/>
23 <solid android:color="@color/colorPrimaryLighter"/> 23 <solid android:color="@color/separator"/>
24</shape> 24</shape>