Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 326e317b authored by Chun-Ku Lin's avatar Chun-Ku Lin Committed by Android (Google) Code Review
Browse files

Merge "Adjust the layout of BalanceSeekBarPreference - Add padding bottom to...

Merge "Adjust the layout of BalanceSeekBarPreference - Add padding bottom to the labels - Decrease the minHeight set on the SeekBar (72dp -> 48dp)" into main
parents a80b5cba 50f783e0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@

            <com.android.settings.accessibility.BalanceSeekBar
                android:id="@*android:id/seekbar"
                android:minHeight="?android:attr/listPreferredItemHeightSmall"
                android:minHeight="@dimen/settingslib_expressive_space_medium4"
                android:paddingStart="0dp"
                android:paddingEnd="0dp"
                android:layout_gravity="center_vertical"
@@ -75,7 +75,8 @@
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_gravity="center_vertical"
                android:orientation="horizontal">
                android:orientation="horizontal"
                android:paddingBottom="@dimen/settingslib_expressive_space_small1">
                <TextView
                    android:id="@+id/left_text"
                    android:text="@string/accessibility_toggle_primary_balance_left_label"