From cab325801d47a6a4717968396a8e5cc75bbcc774 Mon Sep 17 00:00:00 2001 From: Brayo Date: Sun, 16 Aug 2026 16:22:46 +0300 Subject: [PATCH] feat: add Material You monochrome launcher icon Add a monochrome adaptive-icon layer so the home-screen icon can follow the system wallpaper palette on Android 13+ launchers with themed icons enabled. The existing full-color clock icon is unchanged elsewhere. --- mobile/lint-baseline.xml | 22 ------------- .../res/drawable/aw_launcher_monochrome.xml | 32 +++++++++++++++++++ .../res/mipmap-anydpi-v26/aw_launcher.xml | 1 + .../mipmap-anydpi-v26/aw_launcher_round.xml | 1 + 4 files changed, 34 insertions(+), 22 deletions(-) create mode 100644 mobile/src/main/res/drawable/aw_launcher_monochrome.xml diff --git a/mobile/lint-baseline.xml b/mobile/lint-baseline.xml index 8f0cfe18..f2c37510 100644 --- a/mobile/lint-baseline.xml +++ b/mobile/lint-baseline.xml @@ -455,28 +455,6 @@ column="13"/> - - - - - - - - diff --git a/mobile/src/main/res/drawable/aw_launcher_monochrome.xml b/mobile/src/main/res/drawable/aw_launcher_monochrome.xml new file mode 100644 index 00000000..267adde7 --- /dev/null +++ b/mobile/src/main/res/drawable/aw_launcher_monochrome.xml @@ -0,0 +1,32 @@ + + + + + + + + + diff --git a/mobile/src/main/res/mipmap-anydpi-v26/aw_launcher.xml b/mobile/src/main/res/mipmap-anydpi-v26/aw_launcher.xml index 12b805cb..ad88b4bd 100644 --- a/mobile/src/main/res/mipmap-anydpi-v26/aw_launcher.xml +++ b/mobile/src/main/res/mipmap-anydpi-v26/aw_launcher.xml @@ -2,4 +2,5 @@ + \ No newline at end of file diff --git a/mobile/src/main/res/mipmap-anydpi-v26/aw_launcher_round.xml b/mobile/src/main/res/mipmap-anydpi-v26/aw_launcher_round.xml index 12b805cb..ad88b4bd 100644 --- a/mobile/src/main/res/mipmap-anydpi-v26/aw_launcher_round.xml +++ b/mobile/src/main/res/mipmap-anydpi-v26/aw_launcher_round.xml @@ -2,4 +2,5 @@ + \ No newline at end of file