mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-03-10 18:19:40 -04:00
Use proper colors in settings sections
This commit is contained in:
@@ -52,7 +52,12 @@ class SettingsActivity : SimpleActivity() {
|
||||
binding.apply {
|
||||
updateTextColors(settingsNestedScrollview)
|
||||
|
||||
arrayOf(settingsColorCustomizationSectionLabel, settingsGeneralSettingsLabel).forEach {
|
||||
arrayOf(
|
||||
settingsColorCustomizationSectionLabel,
|
||||
settingsGeneralSettingsLabel,
|
||||
settingsKeyboardSettingsLabel,
|
||||
settingsClipboardSettingsLabel
|
||||
).forEach {
|
||||
it.setTextColor(getProperPrimaryColor())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user