From ba8585e14cb90e1520647cab0743c644a10babd6 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Thu, 1 Sep 2022 17:21:13 +0530 Subject: [PATCH] Change app icon to adaptive icon --- res/drawable/ic_launcher_background.xml | 37 ++++++++++++++ res/drawable/ic_launcher_foreground.xml | 67 +++++++++++++++++++++++++ res/mipmap-anydpi/ic_launcher.xml | 22 ++++++++ 3 files changed, 126 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 00000000..b16b69a1 --- /dev/null +++ b/res/drawable/ic_launcher_background.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/res/drawable/ic_launcher_foreground.xml b/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 00000000..da55a6b1 --- /dev/null +++ b/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml new file mode 100644 index 00000000..18e000c2 --- /dev/null +++ b/res/mipmap-anydpi/ic_launcher.xml @@ -0,0 +1,22 @@ + + + + + + + + \ No newline at end of file -- GitLab