From 1902d2b94ab05d41adaf47f8b241fb713597ea82 Mon Sep 17 00:00:00 2001 From: Milind Goel Date: Tue, 15 Feb 2022 12:55:34 +0530 Subject: [PATCH] Added support for themed icon (Android 13 only) --- .../res/drawable/ic_manager_monet_icon.xml | 49 +++++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 1 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 1 + 3 files changed, 51 insertions(+) create mode 100644 app/src/main/res/drawable/ic_manager_monet_icon.xml diff --git a/app/src/main/res/drawable/ic_manager_monet_icon.xml b/app/src/main/res/drawable/ic_manager_monet_icon.xml new file mode 100644 index 00000000..d7b9b9db --- /dev/null +++ b/app/src/main/res/drawable/ic_manager_monet_icon.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + \ 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 7353dbd1..48bb75f3 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 7353dbd1..48bb75f3 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