replace the phone icon with a dialpad for getting to the dialpad

This commit is contained in:
tibbi
2018-09-27 14:49:31 +02:00
parent 51b953f816
commit cacbbcedc1
6 changed files with 3 additions and 3 deletions

View File

@ -165,7 +165,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
}
isFirstResume = false
val blackIcon = resources.getColoredDrawableWithColor(R.drawable.ic_phone_big, if (isBlackAndWhiteTheme()) Color.BLACK else Color.WHITE)
val blackIcon = resources.getColoredDrawableWithColor(R.drawable.ic_dialpad, if (isBlackAndWhiteTheme()) Color.BLACK else Color.WHITE)
main_dialpad_button.setImageDrawable(blackIcon)
main_dialpad_button.background.applyColorFilter(getAdjustedPrimaryColor())
}