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

Commit 6b38a2cc authored by Fan Zhang's avatar Fan Zhang
Browse files

Update back arrow for settings

Bug: 116360411
Test: visual
Change-Id: I9e130ae97d0688680fe4e8f6a38721a5c151787d
parent b16030f3
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -18,11 +18,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0"
        android:autoMirrored="true"
        android:tint="?attr/colorControlNormal">
        android:tint="?attr/colorControlNormal"
        android:viewportHeight="24"
        android:viewportWidth="24">
    <path
        android:fillColor="@color/white"
        android:pathData="M20,11H7.62l4.88,-4.88a0.996,0.996 0,1 0,-1.41 -1.41l-6.94,6.94c-0.2,0.2 -0.2,0.51 0,0.71l6.94,6.94a0.996,0.996 0,1 0,1.41 -1.41L7.62,13H20c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1z"/>
        android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8l8,8l1.41,-1.41L7.83,13H20V11z"/>
</vector>