From 953b3e51f48b1ca1cd1bd75a96386c59fc0fda69 Mon Sep 17 00:00:00 2001 From: Sad Ellie Date: Tue, 25 Apr 2023 10:36:56 +0300 Subject: [PATCH] Fix monochrome icon --- .../drawable/ic_launcher_icon_monochrome.xml | 61 +++++++++++++++++++ .../mipmap-anydpi-v26/ic_launcher_icon.xml | 2 +- .../ic_launcher_icon_round.xml | 2 +- 3 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 core/base/src/main/res/drawable/ic_launcher_icon_monochrome.xml diff --git a/core/base/src/main/res/drawable/ic_launcher_icon_monochrome.xml b/core/base/src/main/res/drawable/ic_launcher_icon_monochrome.xml new file mode 100644 index 00000000..633f8d0c --- /dev/null +++ b/core/base/src/main/res/drawable/ic_launcher_icon_monochrome.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/base/src/main/res/mipmap-anydpi-v26/ic_launcher_icon.xml b/core/base/src/main/res/mipmap-anydpi-v26/ic_launcher_icon.xml index 59defa46..cfabe93f 100644 --- a/core/base/src/main/res/mipmap-anydpi-v26/ic_launcher_icon.xml +++ b/core/base/src/main/res/mipmap-anydpi-v26/ic_launcher_icon.xml @@ -20,5 +20,5 @@ - + \ No newline at end of file diff --git a/core/base/src/main/res/mipmap-anydpi-v26/ic_launcher_icon_round.xml b/core/base/src/main/res/mipmap-anydpi-v26/ic_launcher_icon_round.xml index 59defa46..cfabe93f 100644 --- a/core/base/src/main/res/mipmap-anydpi-v26/ic_launcher_icon_round.xml +++ b/core/base/src/main/res/mipmap-anydpi-v26/ic_launcher_icon_round.xml @@ -20,5 +20,5 @@ - + \ No newline at end of file