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

This reverts commit e1faf0c8a9.

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
This commit is contained in:
Chaitanya Cheemala (xWF)
2024-09-18 13:42:01 +00:00
committed by Android (Google) Code Review
parent e1faf0c8a9
commit 78ce35afc8

View File

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