use proper text color at Create new contact button

This commit is contained in:
tibbi 2022-02-07 23:24:55 +01:00
parent a570d1d4e8
commit 93501af1a3
1 changed files with 1 additions and 0 deletions

View File

@ -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()
}