From ad98b9f499813ba36eadd43454c2cddf3d802964 Mon Sep 17 00:00:00 2001 From: Bruno Deanoz Date: Tue, 23 Jun 2026 13:48:25 +0200 Subject: [PATCH] feat: redesign app icon + splash to match glass-lens orb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Foreground: opaque plastic orb → translucent glass-lens with subtle amber tint, lighter speculars, thinner rims. 10 layers → 8 layers. Backgrounds: warm cream → neutral off-white (light), cleaner obsidian (dark). Matches app's actual background colors. Monochrome: cleaner gradient, thinner rim. Splash screen uses the same foreground via windowSplashScreenAnimatedIcon. --- .../drawable-night/ic_launcher_background.xml | 6 +- .../res/drawable/ic_launcher_background.xml | 8 +- .../res/drawable/ic_launcher_foreground.xml | 154 +++++++----------- .../res/drawable/ic_launcher_monochrome.xml | 22 +-- 4 files changed, 77 insertions(+), 113 deletions(-) diff --git a/app/src/main/res/drawable-night/ic_launcher_background.xml b/app/src/main/res/drawable-night/ic_launcher_background.xml index 714a65a..ceea9e1 100644 --- a/app/src/main/res/drawable-night/ic_launcher_background.xml +++ b/app/src/main/res/drawable-night/ic_launcher_background.xml @@ -5,7 +5,7 @@ android:height="108dp" android:viewportWidth="108" android:viewportHeight="108"> - + - - + + diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml index 9e4a35a..700ea96 100644 --- a/app/src/main/res/drawable/ic_launcher_background.xml +++ b/app/src/main/res/drawable/ic_launcher_background.xml @@ -5,7 +5,7 @@ android:height="108dp" android:viewportWidth="108" android:viewportHeight="108"> - + - - - + + + diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml index 61c2cd2..78bee69 100644 --- a/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -6,23 +6,22 @@ android:viewportWidth="108" android:viewportHeight="108"> - - + + - - - + android:gradientRadius="32"> + + - + - - - - - - + + + + - + - - - + android:centerX="46" + android:centerY="42" + android:gradientRadius="22"> + + + + + + + + + + + + + + - - - - - - - - - - - - + - - - - + + + - - - - - - - - - - - - - - + + - - - + android:gradientRadius="7"> + + - - + + - - + android:gradientRadius="1.8"> + + - - - - - - - - - - - - + - - - + android:gradientRadius="28"> + + + - + - - - + android:gradientRadius="24"> + + + diff --git a/app/src/main/res/drawable/ic_launcher_monochrome.xml b/app/src/main/res/drawable/ic_launcher_monochrome.xml index 3fe5a53..015c08b 100644 --- a/app/src/main/res/drawable/ic_launcher_monochrome.xml +++ b/app/src/main/res/drawable/ic_launcher_monochrome.xml @@ -6,7 +6,7 @@ android:viewportWidth="108" android:viewportHeight="108"> - + - - - + + + - - + + - + @@ -39,7 +39,7 @@