Revert to a pure adaptive icon (the bare round PNG was getting legacy-wrapped onto a white circle by the launcher). One ring only, in the foreground, using the SVG's dark #000->#666 gradient on a plain dark tile. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13 lines
451 B
XML
13 lines
451 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Plain dark tile. The badge (single SVG-matched ring + grid) is in the
|
|
foreground so there's exactly one ring. -->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="108dp"
|
|
android:height="108dp"
|
|
android:viewportWidth="108"
|
|
android:viewportHeight="108">
|
|
<path
|
|
android:fillColor="#0A0A0A"
|
|
android:pathData="M0,0h108v108H0z" />
|
|
</vector>
|