diff --git a/app/src/main/res/layout/layout_percentage_seek_bar.xml b/app/src/main/res/layout/layout_percentage_seek_bar.xml index bfd608953..558899134 100644 --- a/app/src/main/res/layout/layout_percentage_seek_bar.xml +++ b/app/src/main/res/layout/layout_percentage_seek_bar.xml @@ -10,9 +10,9 @@ android:baselineAligned="false" android:clipChildren="false" android:clipToPadding="false" - android:paddingStart="@dimen/radio_button_preference_horizontal" + android:layout_marginStart="@dimen/top_bar_alignment_margin_start" + android:layout_marginEnd="@dimen/radio_button_preference_horizontal" android:paddingTop="@dimen/preference_seek_bar_padding" - android:paddingEnd="@dimen/radio_button_preference_horizontal" android:paddingBottom="@dimen/preference_seek_bar_padding"> @@ -27,11 +28,10 @@ android:id="@android:id/summary" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingTop="6dp" android:textAppearance="?android:attr/textAppearanceSmall" + android:textAlignment="viewStart" android:textColor="?android:attr/textColorSecondary" app:layout_constraintTop_toBottomOf="@android:id/title" - tools:layout_editor_absoluteX="16dp" tools:text="Make text on websites larger or smaller" /> 56dp 16dp 12dp - 24dp + 16dp 68dp 48dp @@ -50,6 +50,7 @@ 12dp + 72dp 28dp diff --git a/app/src/main/res/xml/accessibility_preferences.xml b/app/src/main/res/xml/accessibility_preferences.xml index baa17890f..125d2f147 100644 --- a/app/src/main/res/xml/accessibility_preferences.xml +++ b/app/src/main/res/xml/accessibility_preferences.xml @@ -8,8 +8,7 @@ android:defaultValue="true" android:key="@string/pref_key_accessibility_auto_size" android:summary="@string/preference_accessibility_auto_size_summary" - android:title="@string/preference_accessibility_auto_size_2" - app:iconSpaceReserved="false" /> + android:title="@string/preference_accessibility_auto_size_2" /> + app:allowDividerAbove="true" />