From c7a7b7cca76e96a820f495ae340894bbe16184a6 Mon Sep 17 00:00:00 2001 From: Bl4ckspell Date: Thu, 24 Jul 2025 23:56:05 +0200 Subject: [PATCH 1/3] add icon_monochrome.svg (converted from "icon_new.psd") --- images/icon_monochrome.svg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 images/icon_monochrome.svg diff --git a/images/icon_monochrome.svg b/images/icon_monochrome.svg new file mode 100644 index 0000000..dfce9a1 --- /dev/null +++ b/images/icon_monochrome.svg @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file From 507bc50c8ddde3a01b81f017e61c038dc3f9f001 Mon Sep 17 00:00:00 2001 From: Bl4ckspell Date: Thu, 24 Jul 2025 23:56:13 +0200 Subject: [PATCH 2/3] add icon_monochrome.xml --- app/src/main/res/drawable/icon_monochrome.xml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/src/main/res/drawable/icon_monochrome.xml diff --git a/app/src/main/res/drawable/icon_monochrome.xml b/app/src/main/res/drawable/icon_monochrome.xml new file mode 100644 index 0000000..cf39df2 --- /dev/null +++ b/app/src/main/res/drawable/icon_monochrome.xml @@ -0,0 +1,7 @@ + + + + + + + From e62f3d8b3f9d7677fa916142e10852a2130e9c8a Mon Sep 17 00:00:00 2001 From: Bl4ckspell Date: Thu, 24 Jul 2025 23:56:19 +0200 Subject: [PATCH 3/3] app icon: use icon_monochrome instead of icon_white --- app/src/main/res/mipmap-anydpi-v26/icon.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/mipmap-anydpi-v26/icon.xml b/app/src/main/res/mipmap-anydpi-v26/icon.xml index 45a7d1f..f3d885c 100644 --- a/app/src/main/res/mipmap-anydpi-v26/icon.xml +++ b/app/src/main/res/mipmap-anydpi-v26/icon.xml @@ -8,7 +8,7 @@ + android:drawable="@drawable/icon_monochrome" + android:inset="27%" />