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

Commit 0e5fd0fb authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '3836_settings_sync_icon' into 'v1-q'

Sync: fixed animated drawable

See merge request !96
parents 3dc1db89 82917f97
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,10 +18,15 @@
        android:height="24dp"
        android:viewportWidth="24"
        android:viewportHeight="24">
     <group
        android:name="rotationGroup"
        android:pivotX="12"
        android:scaleX="-1" >
    <path
        android:fillColor="@color/default_icon_color"
        android:pathData="M17.26,6H19V4h-6v0.07V10h2V6.81c1.79,1.04 3,2.97 3,5.19c0,2.97 -2.17,5.43 -5,5.91v2.02c3.95,-0.49 7,-3.85 7,-7.93C20,9.6 18.93,7.46 17.26,6z"/>
    <path
        android:fillColor="@color/default_icon_color"
        android:pathData="M4,12c0,2.4 1.07,4.54 2.74,6H5v2h6v-0.07V14H9v3.19C7.21,16.15 6,14.22 6,12c0,-2.97 2.17,-5.43 5,-5.91V4.07C7.05,4.56 4,7.92 4,12z"/>
    </group>
</vector>