Re-do Android Vector Drawables
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M308 293c-24.3 24.3-38.2 28-55.3 28.4-30 0.7-36.2-28.4-35.5-39l0.8-12.3c74.4-12.6 92.7-28.8 100.6-40 18.3-25.3 7.2-43.3-2-49.5-22-19.7-72.7-5.2-90 4-48 25.8-56.8 70.4-56.3 88.3-1.2 36 25.5 63.5 67 63.2 41.7 1 67.5-25.5 79-37.2zm-88.4-32.3c11.5-68.4 39-78 49.7-78.6 15.4-0.3 18.6 16.6 17.5 22.4-1.8 35.4-38 53-66.2 56z" />
|
||||
</vector>
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="m308,293c-24.3,24.3 -38.2,28 -55.3,28.4 -30,0.7 -36.2,-28.4 -35.5,-39l0.8,-12.3c74.4,-12.6 92.7,-28.8 100.6,-40 18.3,-25.3 7.2,-43.3 -2,-49.5 -22,-19.7 -72.7,-5.2 -90,4 -48,25.8 -56.8,70.4 -56.3,88.3 -1.2,36 25.5,63.5 67,63.2 41.7,1 67.5,-25.5 79,-37.2zM219.6,260.7c11.5,-68.4 39,-78 49.7,-78.6 15.4,-0.3 18.6,16.6 17.5,22.4 -1.8,35.4 -38,53 -66.2,56z"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="m76,165 l32,19.6c-140.5,131.3 4,237.6 156.6,207 -179.3,3.3 -210.3,-190.8 -65.5,-258.4z"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="m436,347l-32,-19.6c140.5,-131.3 -4,-237.6 -156.6,-207 179.3,-3.3 210.3,190.8 65.5,258.4z"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user