correcting a Settings section label id

This commit is contained in:
tibbi 2018-05-15 23:22:15 +02:00
parent aed2da9ac3
commit 61fa05c61d
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ class SettingsActivity : SimpleActivity() {
private fun setupSectionColors() {
val adjustedPrimaryColor = getAdjustedPrimaryColor()
arrayListOf(reminders_label, caldav_label, weekly_view_label, monthly_view_label, simple_event_list_label, simple_font_size_label, events_label).forEach {
arrayListOf(reminders_label, caldav_label, weekly_view_label, monthly_view_label, simple_event_list_label, widgets_label, events_label).forEach {
it.setTextColor(adjustedPrimaryColor)
}
}

View File

@ -600,7 +600,7 @@
android:importantForAccessibility="no"/>
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/simple_font_size_label"
android:id="@+id/widgets_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/bigger_margin"