Re-do Android Vector Drawables
This commit is contained in:
@@ -1,17 +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="#f15a23"
|
||||
android:pathData="M256 100.411c85.855 0 155.563 69.724 155.563 155.605S341.855 411.624 256 411.624 100.437 341.9 100.437 256.016 170.145 100.411 256 100.411zm0 94.919c33.485 0 60.668 27.195 60.668 60.686S289.485 316.705 256 316.705s-60.668-27.195-60.668-60.689S222.515 195.33 256 195.33z" />
|
||||
<path
|
||||
android:fillColor="#f15a23"
|
||||
android:pathData="M256 53.724c1.513-4.001 0.025 -5.543-4.032-5.948-4.486-1.467-87.421 46.58-124.109 119.297-36.774 72.887 108.058-65.305 108.058-65.305 7.367-27.017 8.724-31.416 20.083-48.044zm0.096 404.548c-1.52 3.997-0.036 5.543 4.017 5.951 4.486 1.475 87.51-46.416 124.334-119.062 36.909-72.819-108.179 65.099-108.179 65.099-7.417 27.007-8.784 31.405-20.172 48.012z" />
|
||||
</vector>
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:fillColor="#fff"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="m256,100.4c85.9,0 155.6,69.7 155.6,155.6s-69.7,155.6 -155.6,155.6 -155.6,-69.7 -155.6,-155.6 69.7,-155.6 155.6,-155.6zM256,195.3c33.5,0 60.7,27.2 60.7,60.7s-27.2,60.7 -60.7,60.7 -60.7,-27.2 -60.7,-60.7 27.2,-60.7 60.7,-60.7z"
|
||||
android:fillColor="#f15a23"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="m256,53.7c1.5,-4 0,-5.5 -4,-5.9 -4.5,-1.5 -87.4,46.6 -124.1,119.3 -36.8,72.9 108.1,-65.3 108.1,-65.3 7.4,-27 8.7,-31.4 20.1,-48zM256.1,458.2c-1.5,4 -0,5.5 4,6 4.5,1.5 87.5,-46.4 124.3,-119.1 36.9,-72.8 -108.2,65.1 -108.2,65.1 -7.4,27 -8.8,31.4 -20.2,48z"
|
||||
android:fillColor="#f15a23"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user