* 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.
16 lines
553 B
XML
16 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:fillColor="#FF000000"
|
|
android:pathData="m0,0H512V512H0"/>
|
|
<path
|
|
android:pathData="M256,314 L431,198 256,81 81,198ZV431L431,314 256,198 81,314 256,431M81,198V314m350,0V198m-175,0V81"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="33"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#fff"/>
|
|
</vector>
|