aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/horizontal_line.xml
diff options
context:
space:
mode:
authorpacien2018-08-07 00:10:26 +0200
committerpacien2018-08-07 00:10:26 +0200
commit123d40dbf3921c5b39938f3b18460eb4a11bf3d6 (patch)
tree1c17bf2ee5b2a96eacec181b25d775c0dfe47349 /app/src/main/res/drawable/horizontal_line.xml
parent4079a18706ca817d40c66d5f31573800c7121815 (diff)
downloadtincapp-123d40dbf3921c5b39938f3b18460eb4a11bf3d6.tar.gz
New app color scheme
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>