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,15 +1,27 @@
<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="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#3088D4"
android:pathData="M409 290c-5 24 -43 50 -85 56 -86 11 -137 -6 -137 -6 3 13 -4 54 70 52 31 0 58 -7 58 -7l2 27c-51 24 -107 15 -140 6 -67 -17 -79 -90 -81 -162v-59c0 -74 49 -96 49 -96 50 -24 180 -22 222 0 0 0 49 22 49 96 0 0 1 55 -7 93" />
<path
android:fillColor="#FFFFFF"
android:pathData="M358 202v91h-35v-88c0 -18 -8 -27 -23 -27 -18 0 -27 11 -27 33v47h-34v-47c0 -22 -9 -33 -27 -33 -15 0 -23 9 -23 27v88h-35v-91c0 -18 5 -60 52 -60 39 0 50 37 50 37s10 -37 50 -37c45 0 52 42 52 60" />
<path
android:pathData="M0,0h512v512h-512z"
android:fillColor="#fff"/>
<path
android:pathData="M317,381q-124,28 -123,-39 69,15 149,2 67,-13 72,-80 3,-101 -3,-116 -19,-49 -72,-58 -98,-10 -162,0 -56,10 -75,58 -12,31 -3,147 3,32 9,53 13,46 70,69 83,23 138,-9">
<aapt:attr name="android:fillColor">
<gradient
android:startX="91"
android:startY="80"
android:endX="418"
android:endY="440"
android:type="linear">
<item android:offset="0" android:color="#FF6364FF"/>
<item android:offset="1" android:color="#FF563ACC"/>
</gradient>
</aapt:attr>
</path>
<path
android:pathData="M360,293h-36v-93q-1,-26 -29,-23 -20,3 -20,34v47h-36v-47q0,-31 -20,-34 -30,-3 -30,28v88h-36v-91q1,-51 44,-60 33,-5 51,21l9,15 9,-15q16,-26 51,-21 43,9 43,60"
android:fillColor="#fff"/>
</vector>