Skip to content

Commit abbf666

Browse files
committed
split Settings into subsections
1 parent 72968c6 commit abbf666

File tree

3 files changed

+132
-78
lines changed

3 files changed

+132
-78
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ext {
4545
}
4646

4747
dependencies {
48-
implementation 'com.simplemobiletools:commons:4.0.18'
48+
implementation 'com.simplemobiletools:commons:4.0.19'
4949
implementation 'com.facebook.stetho:stetho:1.5.0'
5050

5151
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"

app/src/main/kotlin/com/simplemobiletools/notes/activities/SettingsActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class SettingsActivity : SimpleActivity() {
5555

5656
private fun setupSectionColors() {
5757
val adjustedPrimaryColor = getAdjustedPrimaryColor()
58-
arrayListOf(widgets_label).forEach {
58+
arrayListOf(text_label, startup_label, saving_label, widgets_label).forEach {
5959
it.setTextColor(adjustedPrimaryColor)
6060
}
6161
}

0 commit comments

Comments
 (0)