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

Commit 50f783e0 authored by Chun-Ku Lin's avatar Chun-Ku Lin
Browse files

Adjust the layout of BalanceSeekBarPreference

- Add padding bottom to the labels
- Decrease the minHeight set on the SeekBar (72dp -> 48dp)

Bug: 420975822
Test: visually
Flag: EXEMPT low risk bugfix
Change-Id: Ia751bba0c2c5c855c73cd95f075f69adbf860427
parent e5277afa
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"