From f71cb5466c7b1ef31a8f9e067e566036d9438e96 Mon Sep 17 00:00:00 2001 From: Yiyi Shen Date: Thu, 19 Sep 2024 03:50:25 +0000 Subject: [PATCH] Revert^2 "Fix text alignment in RTL mode for volume sliders" This reverts commit 78ce35afc8e19e731e37591b608ecc125c3fd1e5. Reason for revert: This change is not the culprit for b/367986833. The test can pass with this change: https://android-build.corp.google.com/abtd/run/L76900030006546930/ Change-Id: Ic13423f4ee7f4744526b11632edc4ee3795c4131 --- res/layout/preference_volume_slider.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/preference_volume_slider.xml b/res/layout/preference_volume_slider.xml index 33772317564..50095f4f188 100644 --- a/res/layout/preference_volume_slider.xml +++ b/res/layout/preference_volume_slider.xml @@ -42,6 +42,7 @@ android:layout_height="wrap_content" android:layout_weight="1" android:singleLine="true" + android:textAlignment="viewStart" android:textAppearance="?android:attr/textAppearanceListItem" android:ellipsize="marquee" android:fadingEdge="horizontal"/>