Re-do Android Vector Drawables

This commit is contained in:
Terence Eden
2023-03-19 14:30:09 +00:00
parent ea3ea761a4
commit 6a1f96d529
193 changed files with 1966 additions and 1208 deletions

View File

@@ -1,23 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<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:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#b20710"
android:pathData="M279 89v148l-6-17-8 165 12 33 10 1a757 757 0 0 1 58 5V89h-66z" />
<path
android:fillColor="#b20710"
android:pathData="M161 89v335l12-1 21-2 32-2 1-71v-71l5 14 2 6 8-165-3-8-12-34v-1h-66z" />
<path
android:fillColor="url(#a)"
android:pathData="M161 89s66 238 66 234v-46l5 14 45 127 10 1a754 754 0 0 1 58 5l-66-236v49l-6-17-34-96-12-34-1-1h-65z" />
<path
android:fillColor="#e50914"
android:pathData="M161 89 66 188 5 14 45 127 10 1a757 757 0 0 1 58 5l-66-187-6-17-34-96-12-34v-1h-66z" />
</vector>
<path
android:pathData="M0,0h512v512h-512z"
android:fillColor="#fff"/>
<path
android:pathData="M161,89v335l12,-1 21,-2 32,-2 1,-71v-71l5,14 2,6 8,-165 -3,-8 -12,-34v-1h-66zM279,89v148l-6,-17 -8,165 12,33 10,1a757,757 0,0 1,58 5L345,89h-66z"
android:fillColor="#b20710"/>
<path
android:pathData="M161,89s66,238 66,234v-46l5,14 45,127 10,1a754,754 0,0 1,58 5l-66,-236v49l-6,-17 -34,-96 -12,-34 -1,-1h-65z">
<aapt:attr name="android:fillColor">
<gradient
android:startX="209"
android:startY="271"
android:endX="297"
android:endY="241"
android:type="linear">
<item android:offset="0" android:color="#FFB20710"/>
<item android:offset="0.5" android:color="#FF000000"/>
<item android:offset="1" android:color="#FFB20710"/>
</gradient>
</aapt:attr>
</path>
<path
android:pathData="M161,89l66,188 5,14 45,127 10,1a757,757 0,0 1,58 5l-66,-187 -6,-17 -34,-96 -12,-34v-1h-66z"
android:fillColor="#e50914"/>
</vector>