mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-10 14:53:12 +01:00
use proper text color at Create new contact button
This commit is contained in:
parent
a570d1d4e8
commit
93501af1a3
@ -161,6 +161,7 @@ class InsertOrEditContactActivity : SimpleActivity(), RefreshContactsListener {
|
||||
|
||||
select_contact_label?.setTextColor(getAdjustedPrimaryColor())
|
||||
new_contact_tmb?.setImageDrawable(resources.getColoredDrawableWithColor(R.drawable.ic_add_person_vector, config.textColor))
|
||||
new_contact_name.setTextColor(config.textColor)
|
||||
new_contact_holder?.setOnClickListener {
|
||||
createNewContact()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user