Color Fix SDK21+

Alle Farben im Layout gesetzt, damit es bei SDK21+ nicht random ist
Toolbar Text, Icon und die Color Buttons sind jetzt Schwarz wenn der Hintergrund hell ist und weiß wenn der hintergrund dunkel ist
This commit is contained in:
Georg Reisinger
2019-04-08 18:33:53 +02:00
parent 03af603e13
commit 9e550d285b
31 changed files with 344 additions and 488 deletions

View File

@ -5,15 +5,15 @@ android {
compileSdkVersion 28
defaultConfig {
applicationId "at.smartshopper.smartshopperapp"
minSdkVersion 23
minSdkVersion 21
targetSdkVersion 28
versionCode 14
versionName "4.4"
versionCode 19
versionName "5.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}