mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-21 14:00:56 +01:00
use proper icon colors at the calling screen
This commit is contained in:
parent
cae2ef0919
commit
3a62e38ef5
@ -139,6 +139,9 @@ class CallActivity : SimpleActivity() {
|
|||||||
dialpad_hashtag.setOnClickListener { dialpadPressed('#') }
|
dialpad_hashtag.setOnClickListener { dialpadPressed('#') }
|
||||||
|
|
||||||
dialpad_wrapper.setBackgroundColor(config.backgroundColor)
|
dialpad_wrapper.setBackgroundColor(config.backgroundColor)
|
||||||
|
arrayOf(call_toggle_microphone, call_toggle_speaker, call_dialpad, dialpad_close).forEach {
|
||||||
|
it.applyColorFilter(config.textColor)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun dialpadPressed(char: Char) {
|
private fun dialpadPressed(char: Char) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user