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

@@ -8,10 +8,10 @@
android:pathData="M0,0h512v512h-512z">
<aapt:attr name="android:fillColor">
<gradient
android:startY="0"
android:startX="0"
android:endY="256"
android:startY="0"
android:endX="0"
android:endY="256"
android:type="linear">
<item android:offset="0" android:color="#FF505050"/>
<item android:offset="1" android:color="#FF323232"/>
@@ -19,7 +19,7 @@
</aapt:attr>
</path>
<path
android:pathData="M184.412,327l-81,20 17,-69c-17,-22 -27,-50 -27,-79 0,-79 73,-143 163,-143s163,64 163,143 -73,143 -163,143c-25,0 -50,-5 -71,-14zM209.412,186h-2c-4,0 -7,3 -6,7v65c0,4 3,7 7,7h96c4,0 7,-3 7,-7v-65c0,-4 -3,-7 -7,-7h-2v-18c0,-25 -21,-46 -46,-46s-46,21 -46,46v18zM283.412,186h-55v-18c0,-15 12,-28 28,-28 15,0 28,12 28,28v18z"
android:pathData="m184.4,327 l-81,20 17,-69c-17,-22 -27,-50 -27,-79 0,-79 73,-143 163,-143s163,64 163,143 -73,143 -163,143c-25,0 -50,-5 -71,-14zM209.4,186h-2c-4,0 -7,3 -6,7v65c0,4 3,7 7,7h96c4,0 7,-3 7,-7v-65c0,-4 -3,-7 -7,-7h-2v-18c0,-25 -21,-46 -46,-46s-46,21 -46,46v18zM283.4,186h-55v-18c0,-15 12,-28 28,-28 15,0 28,12 28,28v18z"
android:fillColor="#fff"/>
<path
android:pathData="M156,406m-28,0a28,28 0,1 1,56 0a28,28 0,1 1,-56 0"