* 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.
13 lines
553 B
XML
13 lines
553 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="512dp"
|
|
android:height="512dp"
|
|
android:viewportWidth="512"
|
|
android:viewportHeight="512">
|
|
<path
|
|
android:pathData="m0,0H512V512H0"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M156,386c-32,-77 -61,-167 -86,-259h64c11,51 30,130 49,186 15,-49 35,-124 48,-186h50c13,62 32,137 49,186 18,-56 37,-135 48,-186h64c-25,92 -54,182 -86,259h-49c-19,-54 -35,-104 -51,-163 -16,59 -32,109 -51,163z"
|
|
android:fillColor="#27989F"/>
|
|
</vector>
|