* Convert and update Android Vector files using https://github.com/jmb/Svg2VectorAndroid * Reverted the auto generated vector drawables that don't match the SVG properly. * Removed broken vector files that didn't have a previous version. Revert openstreetmap.
25 lines
1.2 KiB
XML
25 lines
1.2 KiB
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:aapt="http://schemas.android.com/aapt"
|
|
android:width="512dp"
|
|
android:height="512dp"
|
|
android:viewportWidth="512"
|
|
android:viewportHeight="512">
|
|
<path
|
|
android:pathData="m0,0H512V512H0">
|
|
<aapt:attr name="android:fillColor">
|
|
<gradient
|
|
android:startX="72"
|
|
android:startY="512"
|
|
android:endX="433"
|
|
android:endY="12"
|
|
android:type="linear">
|
|
<item android:offset="0" android:color="#FF3DACA3"/>
|
|
<item android:offset="1" android:color="#FF13526B"/>
|
|
</gradient>
|
|
</aapt:attr>
|
|
</path>
|
|
<path
|
|
android:pathData="M255,66a54,54 0,1 0,54 54,54 54,0 0,0 -54,-54zM255,137a17,17 0,1 1,17 -17,17 17,0 0,1 -17,17zM145,155c13,-13 27,-5 34,1s26,43 76,43 64,-28 80,-44c10,-11 24,-8 33,1s6,25 0,33c-36,49 -97,69 -116,82 -29,20 -49,40 -49,69 0,24 17,60 53,60s52,-25 52,-37c0,-15 -10,-19 -13,-19 -15,0 -15,18 -34,18 -15,0 -22,-12 -22,-24 0,-18 27,-42 55,-42 38,0 62,27 62,64 0,42 -39,88 -99,88 -65,0 -102,-61 -102,-106s21,-78 56,-101c-26,-10 -51,-27 -71,-58 -2,-2 -9,-16 5,-28z"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|