From 701db45f8a39ccfc1f2be0e29ab8cc284b53f497 Mon Sep 17 00:00:00 2001 From: Guido Schmit Date: Sun, 14 Jun 2026 18:45:39 +0200 Subject: [PATCH] fix: set solid dark green adaptive icon background to eliminate ring Transparent background caused Pixel launcher to inject its own tinted ring. Replace with #16703D (sampled from iOS icon background) so the launcher shape-clips cleanly without any visible halo. Co-Authored-By: Claude Sonnet 4.6 --- app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 2 +- app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 2 +- app/src/main/res/values/themes.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index c164fd9..80b730f 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,5 @@ - + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index c164fd9..80b730f 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,5 +1,5 @@ - + diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 938a0b2..180863e 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -1,5 +1,6 @@ #000000 + #16703D