From bd86eafeeb55bcef7e408716f004bceeb4e81be5 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 4 Nov 2020 17:41:09 +0100 Subject: [PATCH] Fix adaptive icon on "round" launchers We use a android:roundIcon for bckwards compatibility with android < 8. This caused the adaptive icon to not be used on round icon launchers. This branch just copies the regular adaptive icon xml to a round one. Once we don't support android < 8 any more we can completely drop the roundIcon stuff as the normal adaptive icon works just fine for round launchers unless you use android:roundIcon in the xml. --- packaging/android/res/mipmap-anydpi-v26/round_icon.xml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packaging/android/res/mipmap-anydpi-v26/round_icon.xml diff --git a/packaging/android/res/mipmap-anydpi-v26/round_icon.xml b/packaging/android/res/mipmap-anydpi-v26/round_icon.xml new file mode 100644 index 00000000..228e9421 --- /dev/null +++ b/packaging/android/res/mipmap-anydpi-v26/round_icon.xml @@ -0,0 +1,5 @@ + + + + +