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

Commit 9675315c authored by Joey Rizzoli's avatar Joey Rizzoli
Browse files

base: deuglify single hand hint ui



Change-Id: Icda09687d298214577c1d647312c900cfc29facc
Signed-off-by: default avatarJoey Rizzoli <joey@lineageos.org>
parent 8b127698
Loading
Loading
Loading
Loading
−4.46 KiB
Loading image diff...
−4.15 KiB
Loading image diff...
−4.07 KiB
Loading image diff...
−3.95 KiB
Loading image diff...
+18 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">

    <clip-path
        android:pathData="M0 0h24v24H0V0z" />
    <path
        android:fillColor="@android:color/white"
        android:pathData="M9 11.24V7.5C9 6.12 10.12 5 11.5 5S14 6.12 14 7.5v3.74c1.21-.81 2-2.18 2-3.74C16
5.01 13.99 3 11.5 3S7 5.01 7 7.5c0 1.56 .79 2.93 2 3.74zm9.84
4.63l-4.54-2.26c-.17-.07-.35-.11-.54-.11H13v-6c0-.83-.67-1.5-1.5-1.5S10 6.67 10
7.5v10.74l-3.43-.72c-.08-.01-.15-.03-.24-.03-.31 0-.59 .13 -.79 .33 l-.79 .8
4.94 4.94c.27 .27 .65 .44 1.06 .44 h6.79c.75 0 1.33-.55
1.44-1.28l.75-5.27c.01-.07 .02 -.14 .02 -.2 0-.62-.38-1.16-.91-1.38z" />
</vector>
 No newline at end of file
Loading