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

@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:fillColor="#fff"/>
<path
android:pathData="M256,121.5l-94.5,57v-57l94.5,-57 94.5,57v57z"
android:fillColor="#a435f0"/>
<path
android:fillColor="#FF000000"
android:pathData="M161.5,226.5h49.5V352a45,49 0,0 0,90 0V226.5h49.5V356a94.5,91.5 0,0 1,-189 0z"/>
</vector>