From fa77fc897a7d661b218bf9b785bba522a340e896 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Thu, 1 Sep 2022 17:21:45 +0530 Subject: [PATCH] Change app icon to adaptive icon --- res/drawable/ic_launcher_background.xml | 25 +++++++ res/drawable/ic_launcher_foreground.xml | 97 +++++++++++++++++++++++++ res/mipmap-anydpi/ic_launcher.xml | 22 ++++++ 3 files changed, 144 insertions(+) create mode 100644 res/drawable/ic_launcher_background.xml create mode 100644 res/drawable/ic_launcher_foreground.xml create mode 100644 res/mipmap-anydpi/ic_launcher.xml diff --git a/res/drawable/ic_launcher_background.xml b/res/drawable/ic_launcher_background.xml new file mode 100644 index 000000000..46be0492a --- /dev/null +++ b/res/drawable/ic_launcher_background.xml @@ -0,0 +1,25 @@ + + + + + diff --git a/res/drawable/ic_launcher_foreground.xml b/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 000000000..bcb861172 --- /dev/null +++ b/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml new file mode 100644 index 000000000..18e000c2d --- /dev/null +++ b/res/mipmap-anydpi/ic_launcher.xml @@ -0,0 +1,22 @@ + + + + + + + + \ No newline at end of file -- GitLab