* 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
485 B
XML
13 lines
485 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:fillColor="#FF000000"
|
|
android:pathData="m158,172 l-21,34 137,-1 21,-33zM323,172 L238,306h-94l22,-33h58l21,-33L116,240l-22,33h31l-42,67h174l66,-105 24,38h-21l-21,33h63l21,34h40z"/>
|
|
</vector>
|