Re-do Android Vector Drawables
This commit is contained in:
@@ -3,33 +3,35 @@
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:fillColor="#11B0A3"
|
||||
android:pathData="M506 256A250 250 0 0 1 6 256A250 250 0 0 1 506 256Z" />
|
||||
<path
|
||||
android:fillColor="#8C5015"
|
||||
android:pathData="M9 319a258 258 0 0 0 495 0" />
|
||||
<path
|
||||
android:fillColor="#FFBB00"
|
||||
android:pathData="M110 228H249V265H110V228Z"
|
||||
android:strokeWidth="24"
|
||||
android:strokeColor="#FFFFFF" />
|
||||
<path
|
||||
android:fillColor="#007200"
|
||||
android:pathData="M503 318h-114c12 -35 41 -15 41 -15 7 -27 38 -27 38 -27 2 -30 24 -39 37 -37"
|
||||
android:strokeWidth="12"
|
||||
android:strokeColor="#000000" />
|
||||
<path
|
||||
android:fillColor="#007200"
|
||||
android:pathData="M429 174A64 64 0 0 1 301 174A64 64 0 0 1 429 174Z"
|
||||
android:strokeWidth="12"
|
||||
android:strokeColor="#000000" />
|
||||
<path
|
||||
android:pathData="M65 276H299m-187 -2v44m135 -43v42m20 -41V215H91v61M365 170V318M330 170l36 35m37 -33l-39 39M133 108s33 -3 39 16c-8 -31 14 -40 14 -40m13 44s26 21 16 39c14 -28 36 -19 36 -19M49 401l436 -40M82 438l99 -19m-63 48l189 -53M158 488l302 -86M9 319H502"
|
||||
android:strokeWidth="12"
|
||||
android:strokeColor="#000000" />
|
||||
<path
|
||||
android:pathData="M506 256A250 250 0 0 1 6 256A250 250 0 0 1 506 256Z"
|
||||
android:strokeWidth="12"
|
||||
android:strokeColor="#000000" />
|
||||
<path
|
||||
android:pathData="M256,256m-250,0a250,250 0,1 1,500 0a250,250 0,1 1,-500 0"
|
||||
android:fillColor="#11b0a3"/>
|
||||
<path
|
||||
android:pathData="M9,319a258,258 0,0 0,495 0"
|
||||
android:fillColor="#8c5015"/>
|
||||
<path
|
||||
android:pathData="M110,228h139v37h-139z"
|
||||
android:strokeWidth="24"
|
||||
android:fillColor="#fb0"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M503,318h-114c12,-35 41,-15 41,-15 7,-27 38,-27 38,-27 2,-30 24,-39 37,-37"
|
||||
android:strokeWidth="12"
|
||||
android:fillColor="#007200"
|
||||
android:strokeColor="#000"/>
|
||||
<path
|
||||
android:pathData="M365,174m-64,0a64,64 0,1 1,128 0a64,64 0,1 1,-128 0"
|
||||
android:strokeWidth="12"
|
||||
android:fillColor="#007200"
|
||||
android:strokeColor="#000"/>
|
||||
<path
|
||||
android:pathData="M65,276H299m-187,-2v44m135,-43v42m20,-41V215H91v61M365,170V318M330,170l36,35m37,-33 l-39,39M133,108s33,-3 39,16c-8,-31 14,-40 14,-40m13,44s26,21 16,39c14,-28 36,-19 36,-19M49,401l436,-40M82,438l99,-19m-63,48 l189,-53M158,488l302,-86M9,319H502"
|
||||
android:strokeWidth="12"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000"/>
|
||||
<path
|
||||
android:pathData="M256,256m-250,0a250,250 0,1 1,500 0a250,250 0,1 1,-500 0"
|
||||
android:strokeWidth="12"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user