take the default colors from Commons lib

This commit is contained in:
tibbi 2017-01-10 18:25:56 +01:00
parent 271fa72abb
commit e3b85f6553
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Default colors -->
<color name="default_text_color">#FFEDEDED</color>
<color name="default_background_color">#FF3F3F3F</color>
<color name="default_text_color">@color/default_text_color_dark_theme</color>
<color name="default_background_color">@color/default_background_color_dark_theme</color>
</resources>