From 2421121c90b020a00ba1e042a70d4c67623c7a00 Mon Sep 17 00:00:00 2001 From: Tsung-Mao Fang Date: Fri, 1 Oct 2021 17:17:48 +0800 Subject: [PATCH] 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 --- res/layout/preference_balance_slider.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/preference_balance_slider.xml b/res/layout/preference_balance_slider.xml index b84afbdd5ce..7f1e809d37b 100644 --- a/res/layout/preference_balance_slider.xml +++ b/res/layout/preference_balance_slider.xml @@ -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"/>