Fix dark and black theme colours
This commit is contained in:
parent
790ce541f9
commit
bc859ae1d2
11 changed files with 35 additions and 24 deletions
|
@ -134,7 +134,7 @@ abstract class AbsThemeActivity : ATHActivity(), Runnable {
|
|||
}
|
||||
|
||||
fun setNavigationbarColorAuto() {
|
||||
setNavigationbarColor(ATHUtil.resolveColor(this, R.attr.colorSurface))
|
||||
setNavigationbarColor(ATHUtil.resolveColor(this, R.attr.colorSecondary))
|
||||
}
|
||||
|
||||
open fun setLightStatusbar(enabled: Boolean) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue