From 2deab59b35cb1a44c34e152f9da07d1110a0dfc2 Mon Sep 17 00:00:00 2001 From: mp-bw <59324545+mp-bw@users.noreply.github.com> Date: Tue, 20 Sep 2022 10:25:12 -0400 Subject: [PATCH] [Android] Added shadowless version of monochrome launcher icon (#2084) * Added shadowless version of monochrome launcher icon * added missing project ref --- src/Android/Android.csproj | 1 + .../Resources/drawable/ic_launcher_monochrome.xml | 15 +++++++++++++++ .../Resources/mipmap-anydpi-v26/ic_launcher.xml | 2 +- .../mipmap-anydpi-v26/ic_launcher_round.xml | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 src/Android/Resources/drawable/ic_launcher_monochrome.xml diff --git a/src/Android/Android.csproj b/src/Android/Android.csproj index ac444d7a9..4e131b2e6 100644 --- a/src/Android/Android.csproj +++ b/src/Android/Android.csproj @@ -176,6 +176,7 @@ + diff --git a/src/Android/Resources/drawable/ic_launcher_monochrome.xml b/src/Android/Resources/drawable/ic_launcher_monochrome.xml new file mode 100644 index 000000000..5a54380d9 --- /dev/null +++ b/src/Android/Resources/drawable/ic_launcher_monochrome.xml @@ -0,0 +1,15 @@ + + + + + diff --git a/src/Android/Resources/mipmap-anydpi-v26/ic_launcher.xml b/src/Android/Resources/mipmap-anydpi-v26/ic_launcher.xml index ef49c9917..1084c2408 100644 --- a/src/Android/Resources/mipmap-anydpi-v26/ic_launcher.xml +++ b/src/Android/Resources/mipmap-anydpi-v26/ic_launcher.xml @@ -2,5 +2,5 @@ - + \ No newline at end of file diff --git a/src/Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml b/src/Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml index ef49c9917..1084c2408 100644 --- a/src/Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/src/Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml @@ -2,5 +2,5 @@ - + \ No newline at end of file