Convert and update Android Vector files (#803)
* 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.
This commit is contained in:
committed by
GitHub
parent
c754e642ab
commit
3762d3a444
12
images/android-vector-drawable/kaggle.xml
Normal file
12
images/android-vector-drawable/kaggle.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
Reference in New Issue
Block a user