split Settings into subsections

This commit is contained in:
tibbi
2018-05-17 10:21:32 +02:00
parent 72968c6995
commit abbf666df5
3 changed files with 197 additions and 143 deletions

View File

@ -55,7 +55,7 @@ class SettingsActivity : SimpleActivity() {
private fun setupSectionColors() {
val adjustedPrimaryColor = getAdjustedPrimaryColor()
arrayListOf(widgets_label).forEach {
arrayListOf(text_label, startup_label, saving_label, widgets_label).forEach {
it.setTextColor(adjustedPrimaryColor)
}
}