mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-01 16:36:51 +01:00
properly color the address image at the View Contact screen
This commit is contained in:
parent
200158fec5
commit
c295318408
@ -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…
x
Reference in New Issue
Block a user