use proper icon colors at the calling screen
This commit is contained in:
parent
cae2ef0919
commit
3a62e38ef5
1 changed files with 3 additions and 0 deletions
|
@ -139,6 +139,9 @@ class CallActivity : SimpleActivity() {
|
|||
dialpad_hashtag.setOnClickListener { dialpadPressed('#') }
|
||||
|
||||
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) {
|
||||
|
|
Loading…
Reference in a new issue