adding a SIM card label at the call screen in case there are multiple ones

This commit is contained in:
tibbi
2020-05-11 16:04:32 +02:00
parent b353a96c1a
commit bda0d2e296
3 changed files with 31 additions and 2 deletions

View File

@ -145,9 +145,11 @@ class CallActivity : SimpleActivity() {
dialpad_hashtag.setOnClickListener { dialpadPressed('#') }
dialpad_wrapper.setBackgroundColor(config.backgroundColor)
arrayOf(call_toggle_microphone, call_toggle_speaker, call_dialpad, dialpad_close).forEach {
arrayOf(call_toggle_microphone, call_toggle_speaker, call_dialpad, dialpad_close, call_sim_image).forEach {
it.applyColorFilter(config.textColor)
}
call_sim_id.setTextColor(config.textColor.getContrastColor())
}
private fun dialpadPressed(char: Char) {