From e3b85f65531088eacea59a3bb07cb1a4091b7d3d Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 10 Jan 2017 18:25:56 +0100 Subject: [PATCH] take the default colors from Commons lib --- app/build.gradle | 2 +- app/src/main/res/values/colors.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e1140978c..b1b4ea48d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.2.2' + compile 'com.simplemobiletools:commons:2.3.3' compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0' compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2' diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 53dc395fc..800177913 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,6 +1,6 @@ - #FFEDEDED - #FF3F3F3F + @color/default_text_color_dark_theme + @color/default_background_color_dark_theme