From 21b142d341b542ebbc98caecc81460a70029d4e4 Mon Sep 17 00:00:00 2001 From: Milind Goel Date: Wed, 15 Mar 2023 18:31:20 +0530 Subject: [PATCH] fix monochrome icon on some devices --- .../res/drawable/ic_launcher_monochrome.xml | 31 +++++++++++++++++++ app/src/main/res/drawable/retro_you_icon.xml | 27 ---------------- .../res/mipmap-anydpi-v26/ic_launcher.xml | 2 +- .../mipmap-anydpi-v26/ic_launcher_round.xml | 2 +- 4 files changed, 33 insertions(+), 29 deletions(-) create mode 100644 app/src/main/res/drawable/ic_launcher_monochrome.xml delete mode 100644 app/src/main/res/drawable/retro_you_icon.xml diff --git a/app/src/main/res/drawable/ic_launcher_monochrome.xml b/app/src/main/res/drawable/ic_launcher_monochrome.xml new file mode 100644 index 000000000..f6615115b --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_monochrome.xml @@ -0,0 +1,31 @@ + + + + + + + diff --git a/app/src/main/res/drawable/retro_you_icon.xml b/app/src/main/res/drawable/retro_you_icon.xml deleted file mode 100644 index 0e59bc17d..000000000 --- a/app/src/main/res/drawable/retro_you_icon.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 4bf80dfc6..1413a3145 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,5 +2,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 4bf80dfc6..1413a3145 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -2,5 +2,5 @@ - + \ No newline at end of file