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) <noreply@anthropic.com>
This commit is contained in:
Dorian 2026-06-20 10:34:44 +01:00
parent 3b9eb35a37
commit e39e0370e2
2 changed files with 7 additions and 6 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.archipelago.app" applicationId = "com.archipelago.app"
minSdk = 26 minSdk = 26
targetSdk = 35 targetSdk = 35
versionCode = 9 versionCode = 10
versionName = "0.4.5" versionName = "0.4.6"
vectorDrawables { vectorDrawables {
useSupportLibrary = true useSupportLibrary = true

View File

@ -14,13 +14,14 @@
android:fillColor="#0A0A0A" android:fillColor="#0A0A0A"
android:pathData="M0,0h752v752H0z" /> android:pathData="M0,0h752v752H0z" />
<!-- Ring matching logo.svg's gradient (#000->#666), pushed to scale 0.53 so it <!-- Ring matching logo.svg's gradient (#000->#666). Scale 0.65 places it at
sits at the very edge of the launcher's visible crop. --> the home-screen's visible edge (calibrated from a device home screenshot;
launcher3 crops less than the Settings App-info view). -->
<group <group
android:pivotX="376" android:pivotX="376"
android:pivotY="376" android:pivotY="376"
android:scaleX="0.53" android:scaleX="0.65"
android:scaleY="0.53"> android:scaleY="0.65">
<path <path
android:fillColor="#00000000" android:fillColor="#00000000"
android:strokeWidth="22.8834" android:strokeWidth="22.8834"