Adjust settings section label color properly
This commit is contained in:
parent
143aaece4b
commit
ce76573614
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ class SettingsActivity : SimpleActivity() {
|
||||||
settings_color_customization_section_label,
|
settings_color_customization_section_label,
|
||||||
settings_general_settings_label,
|
settings_general_settings_label,
|
||||||
settings_outgoing_messages_label,
|
settings_outgoing_messages_label,
|
||||||
settings_notifications_label
|
settings_notifications_label,
|
||||||
|
settings_security_label
|
||||||
).forEach {
|
).forEach {
|
||||||
it.setTextColor(getProperPrimaryColor())
|
it.setTextColor(getProperPrimaryColor())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue