From 641644f08ede58b533a5c1cbc1312672f98fa02f Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Thu, 1 Sep 2022 17:16:17 +0530 Subject: [PATCH] Change app icon to adaptive icon --- .../res/drawable/ic_launcher_background.xml | 39 +++++++++++++++++++ .../res/drawable/ic_launcher_foreground.xml | 37 ++++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 21 +++++++++- .../mipmap-anydpi-v26/ic_launcher_round.xml | 5 --- .../res/mipmap-xxxhdpi-v26/ic_launcher.xml | 23 ----------- 5 files changed, 95 insertions(+), 30 deletions(-) create mode 100644 presentation/src/main/res/drawable/ic_launcher_background.xml create mode 100644 presentation/src/main/res/drawable/ic_launcher_foreground.xml delete mode 100644 presentation/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml delete mode 100644 presentation/src/main/res/mipmap-xxxhdpi-v26/ic_launcher.xml diff --git a/presentation/src/main/res/drawable/ic_launcher_background.xml b/presentation/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 000000000..6a3eeb2d3 --- /dev/null +++ b/presentation/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + diff --git a/presentation/src/main/res/drawable/ic_launcher_foreground.xml b/presentation/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 000000000..a80a0d50f --- /dev/null +++ b/presentation/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/presentation/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/presentation/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 036d09bc5..25f9cfa96 100644 --- a/presentation/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/presentation/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,22 @@ + - - + + + + \ No newline at end of file diff --git a/presentation/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/presentation/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index 036d09bc5..000000000 --- a/presentation/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/presentation/src/main/res/mipmap-xxxhdpi-v26/ic_launcher.xml b/presentation/src/main/res/mipmap-xxxhdpi-v26/ic_launcher.xml deleted file mode 100644 index 866932f2d..000000000 --- a/presentation/src/main/res/mipmap-xxxhdpi-v26/ic_launcher.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - \ No newline at end of file -- GitLab