From 267ecce9583d9760de334d9fbf0b8b4f8aedb34c Mon Sep 17 00:00:00 2001 From: arkon Date: Thu, 10 Mar 2022 22:42:07 -0500 Subject: [PATCH] Support Android 13 themed app icon --- app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml | 1 + .../main/res/drawable/ic_tachi_monochrome_launcher.xml | 8 ++++++++ app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 1 + 3 files changed, 10 insertions(+) create mode 100644 app/src/main/res/drawable/ic_tachi_monochrome_launcher.xml diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml index 2f1338f9fc..1ad2559036 100644 --- a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -2,4 +2,5 @@ + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_tachi_monochrome_launcher.xml b/app/src/main/res/drawable/ic_tachi_monochrome_launcher.xml new file mode 100644 index 0000000000..5995f044e0 --- /dev/null +++ b/app/src/main/res/drawable/ic_tachi_monochrome_launcher.xml @@ -0,0 +1,8 @@ + + + + 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 2f1338f9fc..1ad2559036 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