From f68af5d8c1d2e755ea6dc4970e2472dd8e4733a8 Mon Sep 17 00:00:00 2001 From: Jolanda Verhoef Date: Sun, 21 Aug 2022 12:37:45 +0100 Subject: [PATCH] =?UTF-8?q?Add=20monochrome=20to=20v26=20app=20icon,=20rem?= =?UTF-8?q?ove=20round=20icon=20(as=20per=20documentation:=20You=20may=20a?= =?UTF-8?q?lso=20define=20an=20icon=20drawable=20resource=20using=20the=20?= =?UTF-8?q?android:roundIcon=20attribute=E2=80=94but=20only=20if=20you=20r?= =?UTF-8?q?equire=20a=20different=20icon=20asset=20for=20circular=20masks,?= =?UTF-8?q?=20for=20example=20in=20a=20case=20where=20your=20branding=20re?= =?UTF-8?q?lies=20on=20a=20circular=20shape.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 1 - .../res/mipmap-anydpi-v26/ic_launcher.xml | 1 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 20 ------------------ .../res/mipmap-anydpi-v33/ic_launcher.xml | 21 ------------------- 4 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml delete mode 100644 app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 821bc605e..a8b1a910d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -25,7 +25,6 @@ android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" - android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.Nia.Splash"> 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 ee103766b..28878a729 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -17,4 +17,5 @@ + \ No newline at end of file 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 deleted file mode 100644 index ee103766b..000000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml deleted file mode 100644 index 28878a729..000000000 --- a/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - \ No newline at end of file