From d5158473b07d2b7bdcfe107231950a38cb8ca501 Mon Sep 17 00:00:00 2001 From: Josh Tsuji Date: Tue, 4 May 2021 15:33:50 -0400 Subject: [PATCH] Force the volume seekbar to LTR, since it's rotated and will be upside-down in RTL if we don't. The volume seekbar contains no text, so this is fine. Fixes: 182833216 Test: change phone to hebrew, see that it's not upside down, get stuck figuring out how to get back to language settings, figure it out, switch to english, see that it's also not upside down Change-Id: Iea6896ecb6f0796076330761a10140d5cee8bfbf --- packages/SystemUI/res/layout/volume_dialog_row.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/res/layout/volume_dialog_row.xml b/packages/SystemUI/res/layout/volume_dialog_row.xml index 446c7ebe177c5..4b5a008b896b9 100644 --- a/packages/SystemUI/res/layout/volume_dialog_row.xml +++ b/packages/SystemUI/res/layout/volume_dialog_row.xml @@ -57,6 +57,7 @@ android:thumb="@null" android:splitTrack="false" android:progressDrawable="@drawable/volume_row_seekbar" + android:layoutDirection="ltr" android:rotation="270" />