mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-04-19 04:07:19 +02: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())
|
select_contact_label?.setTextColor(getAdjustedPrimaryColor())
|
||||||
new_contact_tmb?.setImageDrawable(resources.getColoredDrawableWithColor(R.drawable.ic_add_person_vector, config.textColor))
|
new_contact_tmb?.setImageDrawable(resources.getColoredDrawableWithColor(R.drawable.ic_add_person_vector, config.textColor))
|
||||||
|
new_contact_name.setTextColor(config.textColor)
|
||||||
new_contact_holder?.setOnClickListener {
|
new_contact_holder?.setOnClickListener {
|
||||||
createNewContact()
|
createNewContact()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user