From 3fcc75910b61fc96841f3949e38d41989b0a4939 Mon Sep 17 00:00:00 2001 From: Rexogamer Date: Sat, 29 Apr 2023 03:22:53 +0100 Subject: [PATCH] feat: add support for themed icons --- .../debug/res/drawable/ic_launcher_monochrome.xml | 15 +++++++++++++++ .../debug/res/mipmap-anydpi-v26/ic_launcher.xml | 1 + .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 1 + .../main/res/drawable/ic_launcher_monochrome.xml | 15 +++++++++++++++ .../main/res/mipmap-anydpi-v26/ic_launcher.xml | 1 + .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 1 + 6 files changed, 34 insertions(+) create mode 100644 android/app/src/debug/res/drawable/ic_launcher_monochrome.xml create mode 100644 android/app/src/main/res/drawable/ic_launcher_monochrome.xml diff --git a/android/app/src/debug/res/drawable/ic_launcher_monochrome.xml b/android/app/src/debug/res/drawable/ic_launcher_monochrome.xml new file mode 100644 index 00000000..8fb9d7f3 --- /dev/null +++ b/android/app/src/debug/res/drawable/ic_launcher_monochrome.xml @@ -0,0 +1,15 @@ + + + + + diff --git a/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml index bbd3e021..04091bd1 100644 --- a/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,4 +2,5 @@ + \ No newline at end of file diff --git a/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml index bbd3e021..04091bd1 100644 --- a/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -2,4 +2,5 @@ + \ No newline at end of file diff --git a/android/app/src/main/res/drawable/ic_launcher_monochrome.xml b/android/app/src/main/res/drawable/ic_launcher_monochrome.xml new file mode 100644 index 00000000..3b63e778 --- /dev/null +++ b/android/app/src/main/res/drawable/ic_launcher_monochrome.xml @@ -0,0 +1,15 @@ + + + + + diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index bbd3e021..04091bd1 100644 --- a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,4 +2,5 @@ + \ No newline at end of file diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index bbd3e021..04091bd1 100644 --- a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -2,4 +2,5 @@ + \ No newline at end of file