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
@@ -5,12 +5,12 @@
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z">
|
||||
android:pathData="m0,0H512V512H0">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="256"
|
||||
android:startX="0"
|
||||
android:startY="506.88"
|
||||
android:endX="256"
|
||||
android:endX="0"
|
||||
android:endY="10.24"
|
||||
android:type="linear">
|
||||
<item android:offset="0" android:color="#FFFA233B"/>
|
||||
@@ -19,6 +19,6 @@
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M199,359V199q0,-9 10,-11l138,-28q11,-2 12,10v122q0,15 -45,20c-57,9 -48,105 30,79 30,-11 35,-40 35,-69V88s0,-20 -17,-15l-170,35s-13,2 -13,18v203q0,15 -45,20c-57,9 -48,105 30,79 30,-11 35,-40 35,-69"
|
||||
android:pathData="m347,160q11,-2 12,10v122q0,15 -45,20c-57,9 -48,105 30,79 30,-11 35,-40 35,-69V88s0,-20 -17,-15l-170,35s-13,2 -13,18v203q0,15 -45,20c-57,9 -48,105 30,79 30,-11 35,-40 35,-69V199q0,-9 10,-11"
|
||||
android:fillColor="#fff"/>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user