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>
6 lines
273 B
XML
6 lines
273 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<background android:drawable="@drawable/ic_launcher_background" />
|
|
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
|
</adaptive-icon>
|