commit | bed8735d53a5d88faec5cd4f8d5a2210b69d40ae | [log] [tgz] |
---|---|---|
author | Hiroaki Kuriyama <hiroaki.kuriyama@sony.com> | Mon Aug 19 17:22:41 2024 +0900 |
committer | Hiroaki Kuriyama <hiroaki.kuriyama@sony.com> | Mon Aug 19 17:22:41 2024 +0900 |
tree | e7826d463f3c9126e68be9e0686edc43912af7c7 | |
parent | cac166a1296c62e97681b6e21350ecf6202c0154 [diff] |
Mirror Freeform's BACK icon for RTL languages When the system language is set to Right-to-Left languages (e.g., Arabic), the back arrow appears in the wrong direction. To resolve this issue, set "android:autoMirrored" to true in the vector file. Bug: 360764398 Test: manual UI check Change-Id: I4296c331e3957e8196c3bb6f575ed4e53fa6af99
diff --git a/libs/WindowManager/Shell/res/drawable/decor_back_button_dark.xml b/libs/WindowManager/Shell/res/drawable/decor_back_button_dark.xml index 5ecba38..a36b21f 100644 --- a/libs/WindowManager/Shell/res/drawable/decor_back_button_dark.xml +++ b/libs/WindowManager/Shell/res/drawable/decor_back_button_dark.xml
@@ -15,6 +15,7 @@ --> <vector xmlns:android="http://schemas.android.com/apk/res/android" + android:autoMirrored="true" android:width="32.0dp" android:height="32.0dp" android:viewportWidth="32.0"