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

Commit 2421121c authored by Tsung-Mao Fang's avatar Tsung-Mao Fang
Browse files

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
parent a2143476
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
                android:id="@*android:id/seekbar"
                android:minHeight="?android:attr/listPreferredItemHeightSmall"
                android:paddingStart="0dp"
                android:paddingEnd="12dp"
                android:paddingEnd="0dp"
                android:layout_gravity="center_vertical"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"/>