properly color the address image at the View Contact screen
This commit is contained in:
parent
200158fec5
commit
c295318408
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ class ViewContactActivity : ContactActivity() {
|
|||
contact_name_image.applyColorFilter(textColor)
|
||||
contact_numbers_image.applyColorFilter(textColor)
|
||||
contact_emails_image.applyColorFilter(textColor)
|
||||
contact_addresses_image.applyColorFilter(textColor)
|
||||
contact_events_image.applyColorFilter(textColor)
|
||||
contact_source_image.applyColorFilter(textColor)
|
||||
contact_notes_image.applyColorFilter(textColor)
|
||||
|
|
|
|||
Loading…
Reference in a new issue