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,17 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
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="#6d6d6d"
android:pathData="M238.548 135.003L64 235.776v40.308l139.634-80.616v161.238l34.912 20.157zm-69.818 120.93l-69.826 40.308 69.826 40.308z" />
<path
android:fillColor="#f1007e"
android:pathData="M273.239 215.671l69.819 40.31-69.82 40.309zm0-80.618l174.545 100.773v40.31L273.24 376.907V336.6l139.634-80.618-139.634-80.619z" />
</vector>
<path
android:pathData="M0,0h512v512h-512z"
android:fillColor="#fff"/>
<path
android:pathData="M203.6,195.5v161.2l35,20.2V135L64,235.8v40.3m35,20 l69.8,-40.2v80.5"
android:fillColor="#6d6d6d"/>
<path
android:pathData="m413,256 l-139.7,80.6V377L447.8,276.2V235.8L273.3,135v40.3m0,40.4v80.6L343,256"
android:fillColor="#f1007e"/>
</vector>