From 101df8d210b8211afdb17a3464056c6c96df00a1 Mon Sep 17 00:00:00 2001 From: tajniak81 <13187254+tajniak81@users.noreply.github.com> Date: Tue, 21 Jul 2026 22:45:00 +0200 Subject: [PATCH] Phone App: shrink the Android launcher icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Raises the adaptive-icon foreground inset from 16% to 25%, so the mark occupies 54 of the 108dp canvas — well inside the 66dp safe zone — and reads smaller against the launcher background. Affects API 26+ only. minSdk is 24, so Android 7.0/7.1 still falls back to the unchanged legacy mipmap rasters. Co-Authored-By: Claude Opus 4.8 --- .../android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Phone App/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/Phone App/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index c79c58a..900973f 100644 --- a/Phone App/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/Phone App/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -4,6 +4,6 @@ + android:inset="25%" />