mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-04-02 12:40:25 +02:00
update the navigation bar color on some other views too
This commit is contained in:
parent
bce69ab8b0
commit
1b939f2057
@ -79,6 +79,7 @@ class CallActivity : SimpleActivity() {
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
updateState()
|
||||
updateNavigationBarColor(getBottomTabsBackgroundColor())
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
|
@ -127,6 +127,7 @@ class DialpadActivity : SimpleActivity() {
|
||||
super.onResume()
|
||||
updateTextColors(dialpad_holder)
|
||||
dialpad_clear_char.applyColorFilter(getProperTextColor())
|
||||
updateNavigationBarColor(getBottomTabsBackgroundColor())
|
||||
}
|
||||
|
||||
override fun onCreateOptionsMenu(menu: Menu): Boolean {
|
||||
|
Loading…
x
Reference in New Issue
Block a user