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
@@ -1,15 +1,37 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M0,0h512v512h-512z"
|
||||
android:fillColor="#8A90C7"/>
|
||||
<path
|
||||
android:pathData="M259,77s-108,-6 -131,114v79s0,12 23,29c28,17 91,68 108,68s74,-51 102,-69c23,-16 23,-28 23,-28v-79C361,71 259,77 259,77zM327,236L185,236v-45c11,-57 74,-57 74,-57s57,0 68,57v45z"
|
||||
android:pathData="m0,0H512V512H0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M259,384l-34,-12 -97,-68v120s0,11 17,11h222c11,0 17,-11 17,-11V304l-97,69 -28,11z"
|
||||
android:fillColor="#fff"/>
|
||||
android:pathData="M332,395h60a36,36 0,0 0,36 -36V124c0,-8 -8,-10 -12,-7L279,232c-16,13 -35,10 -48,-2L99,119c-7,-7 -15,-2 -15,5v60">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="359.2"
|
||||
android:startY="395"
|
||||
android:endX="428"
|
||||
android:endY="115.63"
|
||||
android:type="linear">
|
||||
<item android:offset="0" android:color="#FFD8CBFF"/>
|
||||
<item android:offset="1" android:color="#FF9D7AFF"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:pathData="M84,183v176a36,36 0,0 0,36 36h235V168l-50,42 -74,66s-17,13 -36,0">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:centerX="463.4"
|
||||
android:centerY="168"
|
||||
android:gradientRadius="433.6"
|
||||
android:type="radial">
|
||||
<item android:offset="0.6" android:color="#FF6D4AFF"/>
|
||||
<item android:offset="1" android:color="#FFAA8EFF"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</vector>
|
||||
|
Reference in New Issue
Block a user