diff options
| author | 2023-03-13 14:51:38 +0100 | |
|---|---|---|
| committer | 2023-03-13 14:51:38 +0100 | |
| commit | d234afdec84eb0ffdd58b2f13d971a6d18d91baa (patch) | |
| tree | 7f899ba755d98ab167a258553215b931c8bf086a | |
| parent | 9f4c30c20c57f905c9610bdf572b4c9b19dee7d2 (diff) | |
Show correct chevron for "Priority" on RTL languages
Fixes: 232397646
Test: N/A
Change-Id: I4258aaf28d2befd320a459e1df900cf35d00ae22
| -rw-r--r-- | packages/SystemUI/res/drawable/ic_important_outline.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/ic_important_outline.xml b/packages/SystemUI/res/drawable/ic_important_outline.xml index 7a628bb65433..642582c755ac 100644 --- a/packages/SystemUI/res/drawable/ic_important_outline.xml +++ b/packages/SystemUI/res/drawable/ic_important_outline.xml @@ -20,6 +20,7 @@ android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0" + android:autoMirrored="true" android:tint="?android:attr/colorControlNormal"> <path android:fillColor="@android:color/white" |