From 1de24befe5a6ae56b03f219489b630c28da0a078 Mon Sep 17 00:00:00 2001 From: Gleidson Daniel Silva Date: Mon, 21 Aug 2023 14:18:38 -0300 Subject: [PATCH] feat: Add support to Android themed icons (#4932) * add monochrome icon * fix android icons * revert ic_launcher_foreground.xml * Update ic_launcher_round.xml * Update ic_launcher_round.xml --- .../res/drawable/ic_launcher_monochrome.xml | 24 +++++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 ++-- .../mipmap-anydpi-v26/ic_launcher_round.xml | 3 ++- .../res/drawable/ic_launcher_monochrome.xml | 24 +++++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 1 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 3 ++- 6 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 android/app/src/experimental/res/drawable/ic_launcher_monochrome.xml create mode 100644 android/app/src/official/res/drawable/ic_launcher_monochrome.xml diff --git a/android/app/src/experimental/res/drawable/ic_launcher_monochrome.xml b/android/app/src/experimental/res/drawable/ic_launcher_monochrome.xml new file mode 100644 index 000000000..8a9cfce64 --- /dev/null +++ b/android/app/src/experimental/res/drawable/ic_launcher_monochrome.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/app/src/experimental/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/experimental/res/mipmap-anydpi-v26/ic_launcher.xml index bbd3e0212..2defbab09 100644 --- a/android/app/src/experimental/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/android/app/src/experimental/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,6 @@ - - + + + \ No newline at end of file diff --git a/android/app/src/experimental/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/experimental/res/mipmap-anydpi-v26/ic_launcher_round.xml index bbd3e0212..80faec845 100644 --- a/android/app/src/experimental/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/android/app/src/experimental/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -2,4 +2,5 @@ - \ No newline at end of file + + diff --git a/android/app/src/official/res/drawable/ic_launcher_monochrome.xml b/android/app/src/official/res/drawable/ic_launcher_monochrome.xml new file mode 100644 index 000000000..8a9cfce64 --- /dev/null +++ b/android/app/src/official/res/drawable/ic_launcher_monochrome.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/app/src/official/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/official/res/mipmap-anydpi-v26/ic_launcher.xml index bbd3e0212..04091bd10 100644 --- a/android/app/src/official/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/android/app/src/official/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,4 +2,5 @@ + \ No newline at end of file diff --git a/android/app/src/official/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/official/res/mipmap-anydpi-v26/ic_launcher_round.xml index bbd3e0212..80faec845 100644 --- a/android/app/src/official/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/android/app/src/official/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -2,4 +2,5 @@ - \ No newline at end of file + +