From 7b16d6073e0df29bb69fe58ff4fe252be064129a Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Sun, 7 Dec 2025 16:07:36 +0300 Subject: [PATCH] Add monochrome icon --- .../src/androidMain/res/drawable/logo.xml | 22 +++++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 1 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 1 + 3 files changed, 24 insertions(+) create mode 100644 composeApp/src/androidMain/res/drawable/logo.xml diff --git a/composeApp/src/androidMain/res/drawable/logo.xml b/composeApp/src/androidMain/res/drawable/logo.xml new file mode 100644 index 0000000..a06e55b --- /dev/null +++ b/composeApp/src/androidMain/res/drawable/logo.xml @@ -0,0 +1,22 @@ + + + + + + + \ No newline at end of file diff --git a/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher.xml b/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher.xml index 4fae692..130eed8 100644 --- a/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,4 +1,5 @@ + \ No newline at end of file diff --git a/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher_round.xml b/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher_round.xml index 4fae692..130eed8 100644 --- a/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,4 +1,5 @@ + \ No newline at end of file