From 3b54bcbc5393f6d29e6b9cddc5e37c1da395f9fb Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Thu, 1 Sep 2022 13:50:12 +0530 Subject: [PATCH] Change app icon to adaptive icon --- res/drawable/ic_launcher_background.xml | 21 +++++++++++++++ res/drawable/ic_launcher_foreground.xml | 35 +++++++++++++++++++++++++ res/mipmap-anydpi/ic_launcher.xml | 23 +++------------- 3 files changed, 60 insertions(+), 19 deletions(-) create mode 100644 res/drawable/ic_launcher_background.xml create mode 100644 res/drawable/ic_launcher_foreground.xml diff --git a/res/drawable/ic_launcher_background.xml b/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000000..eee7968e5f --- /dev/null +++ b/res/drawable/ic_launcher_background.xml @@ -0,0 +1,21 @@ + + + + + + + + + + diff --git a/res/drawable/ic_launcher_foreground.xml b/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 0000000000..cd5671be74 --- /dev/null +++ b/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml index 1be334aab3..e8ac37a24a 100644 --- a/res/mipmap-anydpi/ic_launcher.xml +++ b/res/mipmap-anydpi/ic_launcher.xml @@ -1,22 +1,7 @@ - - - - + + + - - + \ No newline at end of file -- GitLab