* 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
493 B
XML
13 lines
493 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="m228,327 l-21,20v76q0,5 -5,5h-36q-5,0 -5,-5V81q0,-5 5,-5h36q5,0 5,5v210l92,-93q3,-3 7,-3h48c4,0 5,5 3,7l-98,95 104,125c2,2 2,6 -2,6h-48q-4,0 -7,-3"
|
|
android:fillColor="#20beff"/>
|
|
</vector>
|