|
|
@@ -1,7 +1,22 @@
|
|
|
-<vector android:height="14dp" android:viewportHeight="54"
|
|
|
- android:viewportWidth="54" android:width="14dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
- <path android:fillColor="#E5E5E5" android:fillType="evenOdd" android:pathData="M27,27m-27,0a27,27 0,1 1,54 0a27,27 0,1 1,-54 0"/>
|
|
|
- <path android:fillColor="#00000000" android:fillType="evenOdd"
|
|
|
- android:pathData="M17,16l20,22M16,37l22,-20"
|
|
|
- android:strokeColor="#FAFAFA" android:strokeWidth="4"/>
|
|
|
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:width="24dp"
|
|
|
+ android:height="24dp"
|
|
|
+ android:viewportWidth="54"
|
|
|
+ android:viewportHeight="54">
|
|
|
+ <group
|
|
|
+ android:pivotX="27"
|
|
|
+ android:pivotY="27"
|
|
|
+ android:scaleX="0.58"
|
|
|
+ android:scaleY="0.58">
|
|
|
+ <path
|
|
|
+ android:fillColor="#E5E5E5"
|
|
|
+ android:fillType="evenOdd"
|
|
|
+ android:pathData="M27,27m-27,0a27,27 0,1 1,54 0a27,27 0,1 1,-54 0"/>
|
|
|
+ <path
|
|
|
+ android:fillColor="#00000000"
|
|
|
+ android:fillType="evenOdd"
|
|
|
+ android:pathData="M17,16l20,22M16,37l22,-20"
|
|
|
+ android:strokeWidth="4"
|
|
|
+ android:strokeColor="#FAFAFA"/>
|
|
|
+ </group>
|
|
|
</vector>
|