From 11dd0a217b52ae23d706002f6e4f758319e31507 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Thu, 1 Sep 2022 17:18:16 +0530 Subject: [PATCH] Change app icon to adaptive icon --- res/drawable/ic_launcher_background.xml | 37 +++++++++++++++++++ res/drawable/ic_launcher_foreground.xml | 48 +++++++++++++++++++++++++ res/mipmap-anydpi/ic_launcher.xml | 22 ++++++++++++ 3 files changed, 107 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 00000000000..d293cb2b587 --- /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 00000000000..91e4ce3eee7 --- /dev/null +++ b/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml new file mode 100644 index 00000000000..1816bb23a6c --- /dev/null +++ b/res/mipmap-anydpi/ic_launcher.xml @@ -0,0 +1,22 @@ + + + + + + + + \ No newline at end of file -- GitLab