removing the grey dividers from settings

This commit is contained in:
tibbi 2020-03-29 16:04:05 +02:00
parent 7bfc8bf0f4
commit 2255027792
2 changed files with 1 additions and 29 deletions

View File

@ -221,7 +221,7 @@ class SettingsActivity : SimpleActivity() {
if (widgets.size == 1) {
widgetToCustomize = widgets.first()
} else if (widgets.size > 1) {
arrayListOf(widgets_divider, widgets_label, settings_customize_widget_colors_holder).forEach {
arrayListOf(widgets_label, settings_customize_widget_colors_holder).forEach {
it.beGone()
}
}

View File

@ -56,13 +56,6 @@
</RelativeLayout>
<View
android:id="@+id/text_divider"
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/divider_grey"
android:importantForAccessibility="no"/>
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/text_label"
android:layout_width="wrap_content"
@ -252,13 +245,6 @@
</RelativeLayout>
<View
android:id="@+id/startup_divider"
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/divider_grey"
android:importantForAccessibility="no"/>
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/startup_label"
android:layout_width="wrap_content"
@ -361,13 +347,6 @@
</RelativeLayout>
<View
android:id="@+id/saving_divider"
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/divider_grey"
android:importantForAccessibility="no"/>
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/saving_label"
android:layout_width="wrap_content"
@ -424,13 +403,6 @@
</RelativeLayout>
<View
android:id="@+id/widgets_divider"
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/divider_grey"
android:importantForAccessibility="no"/>
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/widgets_label"
android:layout_width="wrap_content"