diff --git a/mobile/src/main/AndroidManifest.xml b/mobile/src/main/AndroidManifest.xml index ed44f592..ae17b348 100644 --- a/mobile/src/main/AndroidManifest.xml +++ b/mobile/src/main/AndroidManifest.xml @@ -60,7 +60,6 @@ android:banner="@mipmap/banner" android:hasFragileUserData="true" android:icon="@mipmap/ic_launcher" - android:roundIcon="@mipmap/ic_launcher_round" android:localeConfig="@xml/locales_config" android:enableOnBackInvokedCallback="true" android:supportsRtl="true" diff --git a/mobile/src/main/res/drawable/ic_launcher_monochrome.xml b/mobile/src/main/res/drawable/ic_launcher_monochrome.xml new file mode 100644 index 00000000..27a05108 --- /dev/null +++ b/mobile/src/main/res/drawable/ic_launcher_monochrome.xml @@ -0,0 +1,5 @@ + + + + diff --git a/mobile/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/mobile/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index bbd3e021..80faec84 100644 --- a/mobile/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/mobile/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,4 +2,5 @@ - \ No newline at end of file + + diff --git a/mobile/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/mobile/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index bbd3e021..00000000 --- a/mobile/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/mobile/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/mobile/src/main/res/mipmap-hdpi/ic_launcher_round.webp deleted file mode 100644 index efd60e71..00000000 Binary files a/mobile/src/main/res/mipmap-hdpi/ic_launcher_round.webp and /dev/null differ diff --git a/mobile/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/mobile/src/main/res/mipmap-mdpi/ic_launcher_round.webp deleted file mode 100644 index e805e1ec..00000000 Binary files a/mobile/src/main/res/mipmap-mdpi/ic_launcher_round.webp and /dev/null differ diff --git a/mobile/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/mobile/src/main/res/mipmap-xhdpi/ic_launcher_round.webp deleted file mode 100644 index 7db19dcd..00000000 Binary files a/mobile/src/main/res/mipmap-xhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/mobile/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/mobile/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp deleted file mode 100644 index 8fc28158..00000000 Binary files a/mobile/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/mobile/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/mobile/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp deleted file mode 100644 index 2b9c554f..00000000 Binary files a/mobile/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and /dev/null differ