diff --git a/app/src/fdroid/AndroidManifest.xml b/app/src/fdroid/AndroidManifest.xml index 4add43da52..e620aa502c 100644 --- a/app/src/fdroid/AndroidManifest.xml +++ b/app/src/fdroid/AndroidManifest.xml @@ -95,12 +95,12 @@ android:name=".ApplicationEx" android:allowBackup="false" android:appCategory="productivity" - android:icon="@mipmap/ic_launcher_grey" + android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:networkSecurityConfig="@xml/network_security_config" android:requestLegacyExternalStorage="true" android:resizeableActivity="true" - android:roundIcon="@mipmap/ic_launcher_grey_round" + android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppThemeBlueOrangeLight"> @@ -120,9 +120,7 @@ android:name=".ActivityMain" android:excludeFromRecents="true" android:exported="true" - android:icon="@mipmap/ic_launcher" android:launchMode="singleInstance" - android:roundIcon="@mipmap/ic_launcher_round" android:theme="@style/Theme.AppCompat.Translucent"> @@ -120,9 +120,7 @@ android:name=".ActivityMain" android:excludeFromRecents="true" android:exported="true" - android:icon="@mipmap/ic_launcher" android:launchMode="singleInstance" - android:roundIcon="@mipmap/ic_launcher_round" android:theme="@style/Theme.AppCompat.Translucent"> @@ -126,9 +126,7 @@ android:name=".ActivityMain" android:excludeFromRecents="true" android:exported="true" - android:icon="@mipmap/ic_launcher" android:launchMode="singleInstance" - android:roundIcon="@mipmap/ic_launcher_round" android:theme="@style/Theme.AppCompat.Translucent"> - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_grey_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_grey_round.xml deleted file mode 100644 index c360652379..0000000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_grey_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_grey.png b/app/src/main/res/mipmap-hdpi/ic_launcher_grey.png deleted file mode 100644 index 722ab59063..0000000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_grey.png and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_grey_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_grey_round.png deleted file mode 100644 index 3e52eb6548..0000000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_grey_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_grey.png b/app/src/main/res/mipmap-mdpi/ic_launcher_grey.png deleted file mode 100644 index 7f4c170c28..0000000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_grey.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_grey_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_grey_round.png deleted file mode 100644 index c7a9ce8f5b..0000000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_grey_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_grey.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_grey.png deleted file mode 100644 index 6168f5bece..0000000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_grey.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_grey_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_grey_round.png deleted file mode 100644 index 9de446493d..0000000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_grey_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_grey.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_grey.png deleted file mode 100644 index 5a39b1bead..0000000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_grey.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_grey_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_grey_round.png deleted file mode 100644 index 9eb1a23461..0000000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_grey_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_grey.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_grey.png deleted file mode 100644 index 59bfb1a325..0000000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_grey.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_grey_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_grey_round.png deleted file mode 100644 index 923e5f08d6..0000000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_grey_round.png and /dev/null differ diff --git a/app/src/play/AndroidManifest.xml b/app/src/play/AndroidManifest.xml index 6a7f5ce0e6..9ad6a1b488 100644 --- a/app/src/play/AndroidManifest.xml +++ b/app/src/play/AndroidManifest.xml @@ -95,12 +95,12 @@ android:name=".ApplicationEx" android:allowBackup="false" android:appCategory="productivity" - android:icon="@mipmap/ic_launcher_grey" + android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:networkSecurityConfig="@xml/network_security_config" android:requestLegacyExternalStorage="true" android:resizeableActivity="true" - android:roundIcon="@mipmap/ic_launcher_grey_round" + android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppThemeBlueOrangeLight"> @@ -120,9 +120,7 @@ android:name=".ActivityMain" android:excludeFromRecents="true" android:exported="true" - android:icon="@mipmap/ic_launcher" android:launchMode="singleInstance" - android:roundIcon="@mipmap/ic_launcher_round" android:theme="@style/Theme.AppCompat.Translucent">