2026-03-31 12:48:40 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2026-06-19 18:50:34 +01:00
|
|
|
<!-- Plain dark tile. The badge (single SVG-matched ring + grid) is in the
|
|
|
|
|
foreground so there's exactly one ring. -->
|
2026-03-31 12:48:40 +01:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:width="108dp"
|
|
|
|
|
android:height="108dp"
|
2026-06-19 18:50:34 +01:00
|
|
|
android:viewportWidth="108"
|
|
|
|
|
android:viewportHeight="108">
|
2026-03-31 12:48:40 +01:00
|
|
|
<path
|
2026-06-19 16:20:48 +01:00
|
|
|
android:fillColor="#0A0A0A"
|
2026-06-19 18:50:34 +01:00
|
|
|
android:pathData="M0,0h108v108H0z" />
|
2026-03-31 12:48:40 +01:00
|
|
|
</vector>
|