From add509bf9ebaa488e2afe2cdc158a0e6725cd654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=A1=D1=83=D1=85=D0=BE=D0=B2?= <22411953+Vladislav4KZ@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:57:06 +0000 Subject: [PATCH] android: apply themed icon on Android 13+ --- app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 1 + .../main/res/mipmap-anydpi-v26/ic_launcher_foreground.xml | 5 +++++ .../main/res/mipmap-anydpi-v26/ic_launcher_monochrome.xml | 5 +++++ 3 files changed, 11 insertions(+) create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_foreground.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_monochrome.xml 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 036d09bc..4df90c3c 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_foreground.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_foreground.xml new file mode 100644 index 00000000..bc3a6af3 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_foreground.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_monochrome.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_monochrome.xml new file mode 100644 index 00000000..98d6867d --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_monochrome.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file