From c9efbcc2760ec8168210e2b20b0467a67ed018e9 Mon Sep 17 00:00:00 2001 From: Milind Goel Date: Mon, 14 Feb 2022 19:39:11 +0530 Subject: [PATCH] Monet based icon for Android 13 users --- app/src/main/res/drawable/retro_you_icon.xml | 27 +++++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 1 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 1 + 3 files changed, 29 insertions(+) create mode 100644 app/src/main/res/drawable/retro_you_icon.xml diff --git a/app/src/main/res/drawable/retro_you_icon.xml b/app/src/main/res/drawable/retro_you_icon.xml new file mode 100644 index 000000000..ab6071f6a --- /dev/null +++ b/app/src/main/res/drawable/retro_you_icon.xml @@ -0,0 +1,27 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 7353dbd1f..4bf80dfc6 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,4 +2,5 @@ + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 7353dbd1f..4bf80dfc6 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -2,4 +2,5 @@ + \ No newline at end of file