From 78ce35afc8e19e731e37591b608ecc125c3fd1e5 Mon Sep 17 00:00:00 2001 From: "Chaitanya Cheemala (xWF)" Date: Wed, 18 Sep 2024 13:42:01 +0000 Subject: [PATCH] Revert "Fix text alignment in RTL mode for volume sliders" This reverts commit e1faf0c8a9edb10408db4e1e4d38af0240ab983f. Reason for revert: Likely culprit for b/367986833 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Change-Id: I0f5120cfd4a4cc44c5ef5c431deedfa3b38ee576 --- res/layout/preference_volume_slider.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/layout/preference_volume_slider.xml b/res/layout/preference_volume_slider.xml index 50095f4f188..33772317564 100644 --- a/res/layout/preference_volume_slider.xml +++ b/res/layout/preference_volume_slider.xml @@ -42,7 +42,6 @@ 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"/>