fix(android): adaptive icon — white bg + padded dark logo (was zoomed/clipped)

Old adaptiveIcon was a full-bleed dark logo on a #0a0a0a background → the
launcher mask cropped it ("zoomed in" look). Now: white background (matches
the Play Store listing icon look) + the same logo at ~62% on a transparent
canvas → mask has nothing to clip.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
chahinebrini 2026-05-11 15:06:12 +02:00
parent c6a4b04383
commit 297ad7437b
2 changed files with 3 additions and 2 deletions

View File

@ -40,9 +40,10 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
adaptiveIcon: {
// Foreground muss in der ~66%-Safe-Zone bleiben (Launcher-Mask clippt den
// Außenring) → adaptive-foreground.png ist das Logo auf transparentem
// 1024er-Canvas mit ~21% Padding. Hintergrund = Marken-Dunkel.
// 1024er-Canvas mit ~19% Padding. Hintergrund weiss → matcht den
// Play-Console-Look (dunkles Logo auf Weiss), statt dunkel-auf-dunkel.
foregroundImage: "./assets/adaptive-foreground.png",
backgroundColor: "#0a0a0a",
backgroundColor: "#ffffff",
},
permissions: [
"INTERNET",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 100 KiB