* 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.
36 lines
1.1 KiB
XML
36 lines
1.1 KiB
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:strokeWidth="78"
|
|
android:fillColor="#fff"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="m110,207h97m0,-97h0.1v-0.1"
|
|
android:strokeWidth="78"
|
|
android:strokeColor="#36c5f0"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="m305,110v97m97,0v0.1h0.1"
|
|
android:strokeWidth="78"
|
|
android:strokeColor="#2eb67d"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="m402,305h-97m0,97h-0.1v0.1"
|
|
android:strokeWidth="78"
|
|
android:strokeColor="#ecb22e"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M110,305h0.1v0.1m97,0v97"
|
|
android:strokeWidth="78"
|
|
android:strokeColor="#e01e5a"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|