fix(mdblist): replace PNG with XML VectorDrawable — native Android vector format

This commit is contained in:
guuilp 2026-07-20 21:52:55 +00:00
parent 9ac946e4ea
commit b5bbed9e66
2 changed files with 19 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="500dp"
android:height="500dp"
android:viewportWidth="500"
android:viewportHeight="500">
<path
android:fillColor="#2E51A2"
android:pathData="M100,0L400,0Q500,0,500,100L500,400Q500,500,400,500L100,500Q0,500,0,400L0,100Q0,0,100,0Z" />
<group
android:translateX="50"
android:translateY="50"
android:scaleX="16.666"
android:scaleY="16.666">
<path
android:fillColor="#FFFFFF"
android:pathData="M14.921,6.479c-0.82,0 -3.683,0 -4.947,3.156 -0.662,1.652 -0.986,4.812 0.876,7.886l1.934,-1.41s-0.767,-1.095 -1.083,-3.191h2.897l0.022,3.19h2.604V8.835h-2.581v2.043l-2.46,-0.023s0.413,-2.408 2.877,-2.336h2.454l-0.572,-2.04ZM0,6.528v9.624h2.348v-5.84l2.031,2.664 2.047,-2.652v5.828h2.336V6.528H6.437L4.368,9.474 2.31,6.528Zm18.447,0.022v9.583h5.022L24,14.09h-3.232V6.55Z" />
</group>
</vector>