From 22de0c51ac9f527aaf028ef92859aa139aaa58a4 Mon Sep 17 00:00:00 2001 From: Xitee <59659167+Xitee1@users.noreply.github.com> Date: Sun, 19 Apr 2026 10:36:36 +0200 Subject: [PATCH] feat(icon): replace launcher icon with night-sky moon-clock design Replaces the stock Android Studio clock vector with a custom adaptive-icon foreground (moon-clock above a bed, sized to the 72x72 safe zone) and updates the launcher background to the matching #1C2A5E night-sky tone. Source SVGs are kept under docs/icon/ so the icon can be re-rendered for store listings. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../res/drawable/ic_launcher_foreground.xml | 70 +++++++++++++++++-- app/src/main/res/values/colors.xml | 2 +- docs/icon/sleep_timer_icon.svg | 39 +++++++++++ docs/icon/sleep_timer_icon_foreground.svg | 33 +++++++++ 4 files changed, 137 insertions(+), 7 deletions(-) create mode 100644 docs/icon/sleep_timer_icon.svg create mode 100644 docs/icon/sleep_timer_icon_foreground.svg diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml index b60ad2b..9dd6cc4 100644 --- a/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -1,17 +1,75 @@ + + android:translateX="18" + android:translateY="18" + android:scaleX="0.10588" + android:scaleY="0.10588"> + + android:fillColor="#F7E8A8" + android:pathData="M205,225 a135,135 0 1 0 270,0 a135,135 0 1 0 -270,0 Z" /> + android:fillColor="#1C2A5E" + android:fillAlpha="0.14" + android:pathData="M285,190 a120,120 0 1 0 240,0 a120,120 0 1 0 -240,0 Z" /> + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index fc93d4c..4597848 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,5 +1,5 @@ - #5B5FE6 + #1C2A5E #1A1830 diff --git a/docs/icon/sleep_timer_icon.svg b/docs/icon/sleep_timer_icon.svg new file mode 100644 index 0000000..d88e49f --- /dev/null +++ b/docs/icon/sleep_timer_icon.svg @@ -0,0 +1,39 @@ + + Sleep timer app icon + Mond-Uhr-Kombination ueber einem Bett auf dunklem Nachthimmel-Hintergrund + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/icon/sleep_timer_icon_foreground.svg b/docs/icon/sleep_timer_icon_foreground.svg new file mode 100644 index 0000000..572c513 --- /dev/null +++ b/docs/icon/sleep_timer_icon_foreground.svg @@ -0,0 +1,33 @@ + + Sleep timer app icon - foreground + Foreground-Layer fuer Android adaptive icon, Content im zentralen 72x72 Safe-Bereich + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +