From a3265d3f6c4151898a61436faa16ebc01e5cb1ce Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 5 Feb 2017 16:37:21 +0100 Subject: [PATCH] use different divider colors --- app/build.gradle | 2 +- app/src/main/res/drawable/divider_width.xml | 2 +- app/src/main/res/drawable/stroke_bottom.xml | 2 +- app/src/main/res/drawable/stroke_bottom_right.xml | 2 +- app/src/main/res/drawable/stroke_right.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f1770670d..1f458a2f7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.5.12' + compile 'com.simplemobiletools:commons:2.5.13' compile 'joda-time:joda-time:2.9.1' compile 'com.facebook.stetho:stetho:1.4.1' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2' diff --git a/app/src/main/res/drawable/divider_width.xml b/app/src/main/res/drawable/divider_width.xml index 04e97ef39..d0c567b33 100644 --- a/app/src/main/res/drawable/divider_width.xml +++ b/app/src/main/res/drawable/divider_width.xml @@ -7,6 +7,6 @@ android:width="5000dp" android:height="1dp"/> - + diff --git a/app/src/main/res/drawable/stroke_bottom.xml b/app/src/main/res/drawable/stroke_bottom.xml index d851d1192..cbd44ae6c 100644 --- a/app/src/main/res/drawable/stroke_bottom.xml +++ b/app/src/main/res/drawable/stroke_bottom.xml @@ -10,7 +10,7 @@ + android:color="@color/divider_strong"/> diff --git a/app/src/main/res/drawable/stroke_bottom_right.xml b/app/src/main/res/drawable/stroke_bottom_right.xml index 206722803..a3ac94652 100644 --- a/app/src/main/res/drawable/stroke_bottom_right.xml +++ b/app/src/main/res/drawable/stroke_bottom_right.xml @@ -10,7 +10,7 @@ + android:color="@color/divider_strong"/> diff --git a/app/src/main/res/drawable/stroke_right.xml b/app/src/main/res/drawable/stroke_right.xml index 9bd8e4265..1269abf2b 100644 --- a/app/src/main/res/drawable/stroke_right.xml +++ b/app/src/main/res/drawable/stroke_right.xml @@ -10,7 +10,7 @@ + android:color="@color/divider_strong"/>