From 7506a43aca255aed5599ad52a28e639bf10df6c4 Mon Sep 17 00:00:00 2001 From: DreVla Date: Thu, 22 Dec 2022 16:54:16 +0200 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/26280: Add monochromatic themed app icon Since Google has been pushing Themed app icons a new icon is needed to adapt to the new styling. --- .../res/drawable/ic_launcher_monochrome.xml | 17 +++++++++++++++++ .../main/res/mipmap-anydpi-v26/ic_launcher.xml | 1 + .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 1 + 3 files changed, 19 insertions(+) create mode 100644 app/src/main/res/drawable/ic_launcher_monochrome.xml diff --git a/app/src/main/res/drawable/ic_launcher_monochrome.xml b/app/src/main/res/drawable/ic_launcher_monochrome.xml new file mode 100644 index 0000000000..764616943f --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_monochrome.xml @@ -0,0 +1,17 @@ + + + + + + + + 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 be0fd11ac4..de34ac4858 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -5,4 +5,5 @@ + 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 be0fd11ac4..de34ac4858 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 @@ -5,4 +5,5 @@ +