improving color customizations, properly color three dots menu and search too
This commit is contained in:
parent
b1b6cfe15d
commit
45b8a2285e
3 changed files with 237 additions and 65 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
||||||
propMinSdkVersion = 21
|
propMinSdkVersion = 21
|
||||||
propTargetSdkVersion = propCompileSdkVersion
|
propTargetSdkVersion = propCompileSdkVersion
|
||||||
propVersionCode = 1
|
propVersionCode = 1
|
||||||
propVersionName = '5.16.7'
|
propVersionName = '5.16.9'
|
||||||
kotlin_version = '1.3.41'
|
kotlin_version = '1.3.41'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -174,16 +174,6 @@ fun Activity.getThemeId(color: Int = baseConfig.primaryColor) = when (color) {
|
||||||
-11652050 -> R.style.AppTheme_Brown_800
|
-11652050 -> R.style.AppTheme_Brown_800
|
||||||
-12703965 -> R.style.AppTheme_Brown_900
|
-12703965 -> R.style.AppTheme_Brown_900
|
||||||
|
|
||||||
-1 -> R.style.AppTheme_Grey_100
|
|
||||||
-1118482 -> R.style.AppTheme_Grey_200
|
|
||||||
-2039584 -> R.style.AppTheme_Grey_300
|
|
||||||
-4342339 -> R.style.AppTheme_Grey_400
|
|
||||||
-6381922 -> R.style.AppTheme_Grey_500
|
|
||||||
-9079435 -> R.style.AppTheme_Grey_600
|
|
||||||
-10395295 -> R.style.AppTheme_Grey_700
|
|
||||||
-12434878 -> R.style.AppTheme_Grey_800
|
|
||||||
-16777216 -> R.style.AppTheme_Grey_900
|
|
||||||
|
|
||||||
-3155748 -> R.style.AppTheme_Blue_Grey_100
|
-3155748 -> R.style.AppTheme_Blue_Grey_100
|
||||||
-5194811 -> R.style.AppTheme_Blue_Grey_200
|
-5194811 -> R.style.AppTheme_Blue_Grey_200
|
||||||
-7297874 -> R.style.AppTheme_Blue_Grey_300
|
-7297874 -> R.style.AppTheme_Blue_Grey_300
|
||||||
|
@ -194,5 +184,15 @@ fun Activity.getThemeId(color: Int = baseConfig.primaryColor) = when (color) {
|
||||||
-13154481 -> R.style.AppTheme_Blue_Grey_800
|
-13154481 -> R.style.AppTheme_Blue_Grey_800
|
||||||
-14273992 -> R.style.AppTheme_Blue_Grey_900
|
-14273992 -> R.style.AppTheme_Blue_Grey_900
|
||||||
|
|
||||||
|
-1 -> R.style.AppTheme_Grey_100
|
||||||
|
-1118482 -> R.style.AppTheme_Grey_200
|
||||||
|
-2039584 -> R.style.AppTheme_Grey_300
|
||||||
|
-4342339 -> R.style.AppTheme_Grey_400
|
||||||
|
-6381922 -> R.style.AppTheme_Grey_500
|
||||||
|
-9079435 -> R.style.AppTheme_Grey_600
|
||||||
|
-10395295 -> R.style.AppTheme_Grey_700
|
||||||
|
-12434878 -> R.style.AppTheme_Grey_800
|
||||||
|
-16777216 -> R.style.AppTheme_Grey_900
|
||||||
|
|
||||||
else -> R.style.AppTheme_Orange_700
|
else -> R.style.AppTheme_Orange_700
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue