From a2fa57456db6a08501c19dd108a71ed12611c64f Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 19 Jun 2026 18:26:32 +0100 Subject: [PATCH] fix(android): scale icon badge into safe zone so the ring is visible The ring at 0.96 sat in the adaptive-icon bleed zone (outer ~18dp cropped by the launcher), so only the grid showed. Scale badge + grid to 0.68 so the ring lands at the edge of the visible circle, and brighten it to grey->white. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../res/drawable/ic_launcher_background.xml | 17 +++++++++-------- .../res/drawable/ic_launcher_foreground.xml | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Android/app/src/main/res/drawable/ic_launcher_background.xml b/Android/app/src/main/res/drawable/ic_launcher_background.xml index 46594f87..bfe70293 100644 --- a/Android/app/src/main/res/drawable/ic_launcher_background.xml +++ b/Android/app/src/main/res/drawable/ic_launcher_background.xml @@ -1,7 +1,8 @@ - + + android:scaleX="0.68" + android:scaleY="0.68"> - - + + 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 95acf404..fb15ac5c 100644 --- a/Android/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/Android/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -10,8 +10,8 @@ + android:scaleX="0.68" + android:scaleY="0.68">