From bf34f9dea7b09e6c021bdcec3bbd966ac81e4116 Mon Sep 17 00:00:00 2001 From: fokla Date: Sat, 6 Jul 2024 18:40:16 +0530 Subject: [PATCH] Redesigned icon and support for monochromatic icon. --- res/drawable/ic_launcher_background.xml | 2 +- res/drawable/ic_launcher_foreground_new.xml | 180 ++++++++++++++++++++ res/mipmap-anydpi-v26/ic_launcher.xml | 3 +- 3 files changed, 183 insertions(+), 2 deletions(-) create mode 100644 res/drawable/ic_launcher_foreground_new.xml diff --git a/res/drawable/ic_launcher_background.xml b/res/drawable/ic_launcher_background.xml index 146896be2..d9353f75c 100644 --- a/res/drawable/ic_launcher_background.xml +++ b/res/drawable/ic_launcher_background.xml @@ -1,4 +1,4 @@ - + diff --git a/res/drawable/ic_launcher_foreground_new.xml b/res/drawable/ic_launcher_foreground_new.xml new file mode 100644 index 000000000..e84118d03 --- /dev/null +++ b/res/drawable/ic_launcher_foreground_new.xml @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/mipmap-anydpi-v26/ic_launcher.xml b/res/mipmap-anydpi-v26/ic_launcher.xml index 7e91a578c..462554737 100644 --- a/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,6 @@ - + +