From 078c1793a95061ec9466d954e6371181b72feff7 Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 19 Jun 2026 18:26:54 +0100 Subject: [PATCH] fix(android): fit full badge (ring + grid) inside icon safe zone Scale the whole badge to ~0.64 so the bold grey->white ring isn't clipped at the edge by the launcher mask; bigger, brighter ring. Background is plain dark. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../res/drawable/ic_launcher_foreground.xml | 30 ++++++++++++++++--- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/Android/app/src/main/res/drawable/ic_launcher_foreground.xml b/Android/app/src/main/res/drawable/ic_launcher_foreground.xml index fb15ac5c..090a777d 100644 --- a/Android/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/Android/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -1,7 +1,9 @@ - + + android:scaleX="0.64" + android:scaleY="0.64"> + + + + + + + + + + + +