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,13 +8,13 @@
android:pathData="M0,0h512v512h-512z"
android:fillColor="#fff"/>
<path
android:pathData="M139,89L373,89A50,50 0,0 1,423 139L423,373A50,50 0,0 1,373 423L139,423A50,50 0,0 1,89 373L89,139A50,50 0,0 1,139 89z"
android:fillColor="#000"/>
android:fillColor="#FF000000"
android:pathData="M139,89L373,89A50,50 0,0 1,423 139L423,373A50,50 0,0 1,373 423L139,423A50,50 0,0 1,89 373L89,139A50,50 0,0 1,139 89z"/>
<path
android:pathData="m144,89c-30,0 -55,25 -55,55v225c0,30 25,55 55,55h225c30,0 55,-25 55,-55v-225c0,-30 -25,-55 -55,-55z"
android:fillColor="#000"/>
android:fillColor="#FF000000"
android:pathData="m144,89c-30,0 -55,25 -55,55v225c0,30 25,55 55,55h225c30,0 55,-25 55,-55v-225c0,-30 -25,-55 -55,-55z"/>
<path
android:pathData="m144,102c-23,0 -42,18 -42,42v225c0,23 18,42 42,42h52v-88h108v-67h-108v-81h107.547v-73z"
android:pathData="m144,102c-23,0 -42,18 -42,42v225c0,23 18,42 42,42h52v-88h108v-67h-108v-81h107.5v-73z"
android:fillColor="#ffc019"/>
<path
android:pathData="m316,102v87h-107v67h107v81h-107v74h160c23,0 42,-18 41,-42v-225c0,-23 -18,-42 -42,-42z"
@@ -23,10 +23,10 @@
android:pathData="M139,89L373,89A50,50 0,0 1,423 139L423,373A50,50 0,0 1,373 423L139,423A50,50 0,0 1,89 373L89,139A50,50 0,0 1,139 89z">
<aapt:attr name="android:fillColor">
<gradient
android:startY="89"
android:endY="423"
android:startX="89"
android:startY="89"
android:endX="89"
android:endY="423"
android:type="linear">
<item android:offset="0" android:color="#66FFFFFF"/>
<item android:offset="0.3" android:color="#00D6D7E8"/>