Audio balance slider is off-center

The center mark of the audio balance slider is not
centered.

Fix: 201024782
Test: Open Accessibility and check the balance slider,
      the center mark should be in the center
Change-Id: Ibd100604d0ff9981c1e22993465c183c181fd5e7
This commit is contained in:
Tsung-Mao Fang
2021-10-01 17:17:48 +08:00
parent a214347698
commit 2421121c90

View File

@@ -64,7 +64,7 @@
android:id="@*android:id/seekbar" android:id="@*android:id/seekbar"
android:minHeight="?android:attr/listPreferredItemHeightSmall" android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:paddingStart="0dp" android:paddingStart="0dp"
android:paddingEnd="12dp" android:paddingEnd="0dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"/> android:layout_height="wrap_content"/>