Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c5b10fe authored by Edgar Wang's avatar Edgar Wang
Browse files

Enable auto-mirroring for the expressive check icon.

The `android:autoMirrored="true"` attribute ensures the checkmark icon is mirrored in RTL layouts.

Bug: 436531957
Test: visual
Flag: EXEMPT resource update
Change-Id: Ieda17d78a72a785f9862ad4a16768a5cd05a53f5
parent a99a3058
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="960"
    android:viewportHeight="960">
    android:viewportHeight="960"
    android:autoMirrored="true">
    <path
        android:fillColor="@android:color/white"
        android:pathData="M382,720L154,492L211,435L382,606L749,239L806,296L382,720Z"/>