From 0c1afeefeac2449a3c7432006955e9d3c11a8562 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Tue, 16 Jun 2026 16:08:26 +0200 Subject: [PATCH] fix(android): shrink the colored launcher-icon foreground to match the themed layer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On the test phone's launcher the standard (colored) adaptive foreground rendered noticeably larger than the themed (monochrome) layer — identical geometry, but the launcher insets/scales the two differently — so the colored circles overflowed the circle mask. Shrink only the foreground group (scale 0.105 → 0.073, re-centred) to match the correctly-sized monochrome; the monochrome layer is unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../app/src/main/res/drawable/ic_launcher_foreground.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/android/app/src/main/res/drawable/ic_launcher_foreground.xml b/clients/android/app/src/main/res/drawable/ic_launcher_foreground.xml index f88d1dd..f816871 100644 --- a/clients/android/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/clients/android/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -10,10 +10,10 @@ android:viewportWidth="108" android:viewportHeight="108"> + android:scaleX="0.073" + android:scaleY="0.073" + android:translateX="18.94" + android:translateY="16.03">