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,12 @@
<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="#b92b27"/>
<path
android:pathData="M412.9,386a18,18 0,0 1,-12.5 30.4l-146,-0.1a163,163 0,1 1,128.8 -59.8zM354,253.5a1,1 0,0 0,-195 0,1 1,0 0,0 195,0z"
android:fillColor="#fff"/>
</vector>