From 8cc97572fbee13553460d293d6d89b160187dca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delord?= <57289288+sebastien46@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:25:07 +0100 Subject: [PATCH 1/4] Remove Generic Android Project Assets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Delord <57289288+sebastien46@users.noreply.github.com> --- .../drawable-v24/ic_launcher_foreground.xml | 34 ---- .../res/drawable/ic_launcher_background.xml | 170 ------------------ 2 files changed, 204 deletions(-) delete mode 100644 android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml delete mode 100644 android/app/src/main/res/drawable/ic_launcher_background.xml diff --git a/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml deleted file mode 100644 index c7bd21dbd8..0000000000 --- a/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - diff --git a/android/app/src/main/res/drawable/ic_launcher_background.xml b/android/app/src/main/res/drawable/ic_launcher_background.xml deleted file mode 100644 index d5fccc538c..0000000000 --- a/android/app/src/main/res/drawable/ic_launcher_background.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 97f00c329861f0ef19dde6500b340a8368101553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delord?= <57289288+sebastien46@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:25:55 +0100 Subject: [PATCH 2/4] Create ic_launcher_foreground VectorDrawable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Delord <57289288+sebastien46@users.noreply.github.com> --- .../src/main/res/drawable-v26/ic_launcher_foreground.xml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 android/app/src/main/res/drawable-v26/ic_launcher_foreground.xml diff --git a/android/app/src/main/res/drawable-v26/ic_launcher_foreground.xml b/android/app/src/main/res/drawable-v26/ic_launcher_foreground.xml new file mode 100644 index 0000000000..74488134a4 --- /dev/null +++ b/android/app/src/main/res/drawable-v26/ic_launcher_foreground.xml @@ -0,0 +1,9 @@ + + + From 8430bfba86620190ee0b9268662a8675bee8a249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delord?= <57289288+sebastien46@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:27:54 +0100 Subject: [PATCH 3/4] Use VectorDrawable instead of Mipmap Icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Delord <57289288+sebastien46@users.noreply.github.com> --- android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 2 +- .../app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 036d09bc5f..7353dbd1fd 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 @@ -1,5 +1,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 036d09bc5f..7353dbd1fd 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 @@ -1,5 +1,5 @@ - + \ No newline at end of file From 1d669c8be7955a56ba6b2a6b5714563b15e5c4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delord?= <57289288+sebastien46@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:29:57 +0100 Subject: [PATCH 4/4] Add Themed / Monochrome App Icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Delord <57289288+sebastien46@users.noreply.github.com> --- android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 1 + android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 1 + 2 files changed, 2 insertions(+) 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 7353dbd1fd..ef49c99170 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 7353dbd1fd..ef49c99170 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