Merge "Force the volume seekbar to LTR, since it's rotated and will be upside-down in RTL if we don't." into sc-dev

This commit is contained in:
Josh Tsuji
2021-05-05 17:05:33 +00:00
committed by Android (Google) Code Review

View File

@@ -57,6 +57,7 @@
android:thumb="@null"
android:splitTrack="false"
android:progressDrawable="@drawable/volume_row_seekbar"
android:layoutDirection="ltr"
android:rotation="270" />
</FrameLayout>