Revert^2 "Fix text alignment in RTL mode for volume sliders"

This reverts commit 78ce35afc8.

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
This commit is contained in:
Yiyi Shen
2024-09-19 03:50:25 +00:00
parent 78ce35afc8
commit f71cb5466c

View File

@@ -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"/>