From e39e0370e2e6f3fd7820858e7e6c8704e77af0ef Mon Sep 17 00:00:00 2001 From: Dorian Date: Sat, 20 Jun 2026 10:34:44 +0100 Subject: [PATCH] fix(android): push icon ring to home-screen visible edge (scale 0.65, v0.4.6) Calibrated from a device home-screen screenshot: launcher3 crops less than the App-info view, so the ring at 0.53 sat ~78% out. Scale 0.65 reaches the edge. Co-Authored-By: Claude Opus 4.8 (1M context) --- Android/app/build.gradle.kts | 4 ++-- .../app/src/main/res/drawable/ic_launcher_background.xml | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Android/app/build.gradle.kts b/Android/app/build.gradle.kts index e735ee48..36a5b644 100644 --- a/Android/app/build.gradle.kts +++ b/Android/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.archipelago.app" minSdk = 26 targetSdk = 35 - versionCode = 9 - versionName = "0.4.5" + versionCode = 10 + versionName = "0.4.6" vectorDrawables { useSupportLibrary = true 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 8d64e11d..a952248d 100644 --- a/Android/app/src/main/res/drawable/ic_launcher_background.xml +++ b/Android/app/src/main/res/drawable/ic_launcher_background.xml @@ -14,13 +14,14 @@ android:fillColor="#0A0A0A" android:pathData="M0,0h752v752H0z" /> - + + android:scaleX="0.65" + android:scaleY="0.65">