diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index fd7593f04c..8736e4668d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,11 +12,11 @@ android:name="com.anytypeio.anytype.app.AndroidApplication" android:allowBackup="true" android:fullBackupContent="@xml/my_backup_rules" - android:icon="@mipmap/ic_app" + android:icon="@mipmap/ic_new_app_launcher" android:label="@string/app_name" android:networkSecurityConfig="@xml/network_security_config" android:requestLegacyExternalStorage="true" - android:roundIcon="@mipmap/ic_app_round" + android:roundIcon="@mipmap/ic_new_app_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> + + + + + + + + + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_app.xml b/app/src/main/res/mipmap-anydpi-v26/ic_app.xml deleted file mode 100644 index 66a97a389a..0000000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_app.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_app_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_app_round.xml deleted file mode 100644 index 66a97a389a..0000000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_app_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_new_app_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_new_app_launcher.xml new file mode 100644 index 0000000000..c4be71597e --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_new_app_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_new_app_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_new_app_launcher_round.xml new file mode 100644 index 0000000000..c4be71597e --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_new_app_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_app.png b/app/src/main/res/mipmap-hdpi/ic_app.png deleted file mode 100644 index b5bddd4195..0000000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_app.png and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_app_front.png b/app/src/main/res/mipmap-hdpi/ic_app_front.png deleted file mode 100644 index 11d0c30adb..0000000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_app_front.png and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_app_round.png b/app/src/main/res/mipmap-hdpi/ic_app_round.png deleted file mode 100644 index 7796f14939..0000000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_app_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_new_app_launcher.png b/app/src/main/res/mipmap-hdpi/ic_new_app_launcher.png new file mode 100644 index 0000000000..3966e86a7a Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_new_app_launcher.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_new_app_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_new_app_launcher_round.png new file mode 100644 index 0000000000..56759d59bb Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_new_app_launcher_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_app.png b/app/src/main/res/mipmap-mdpi/ic_app.png deleted file mode 100644 index 29c225030f..0000000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_app.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_app_front.png b/app/src/main/res/mipmap-mdpi/ic_app_front.png deleted file mode 100644 index f63786e200..0000000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_app_front.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_app_round.png b/app/src/main/res/mipmap-mdpi/ic_app_round.png deleted file mode 100644 index 8e7b064248..0000000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_app_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_new_app_launcher.png b/app/src/main/res/mipmap-mdpi/ic_new_app_launcher.png new file mode 100644 index 0000000000..c49ad58580 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_new_app_launcher.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_new_app_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_new_app_launcher_round.png new file mode 100644 index 0000000000..6bc583ce09 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_new_app_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_app.png b/app/src/main/res/mipmap-xhdpi/ic_app.png deleted file mode 100644 index a6e1351ec2..0000000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_app.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_app_front.png b/app/src/main/res/mipmap-xhdpi/ic_app_front.png deleted file mode 100644 index d5543cbb51..0000000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_app_front.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_app_round.png b/app/src/main/res/mipmap-xhdpi/ic_app_round.png deleted file mode 100644 index 6931c795ee..0000000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_app_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_new_app_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_new_app_launcher.png new file mode 100644 index 0000000000..51d2c0e872 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_new_app_launcher.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_new_app_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_new_app_launcher_round.png new file mode 100644 index 0000000000..a8d18bc3cb Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_new_app_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_app.png b/app/src/main/res/mipmap-xxhdpi/ic_app.png deleted file mode 100644 index 93bee594ab..0000000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_app.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_app_front.png b/app/src/main/res/mipmap-xxhdpi/ic_app_front.png deleted file mode 100644 index 14aae13b01..0000000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_app_front.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_app_round.png b/app/src/main/res/mipmap-xxhdpi/ic_app_round.png deleted file mode 100644 index a07ffced06..0000000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_app_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_new_app_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_new_app_launcher.png new file mode 100644 index 0000000000..26de0dfba8 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_new_app_launcher.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_new_app_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_new_app_launcher_round.png new file mode 100644 index 0000000000..f70f86917e Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_new_app_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_app.png b/app/src/main/res/mipmap-xxxhdpi/ic_app.png deleted file mode 100644 index 8384363d98..0000000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_app.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_app_front.png b/app/src/main/res/mipmap-xxxhdpi/ic_app_front.png deleted file mode 100644 index eaae83c8d1..0000000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_app_front.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_app_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_app_round.png deleted file mode 100644 index e92171d1d2..0000000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_app_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_new_app_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_new_app_launcher.png new file mode 100644 index 0000000000..1c5c1bfa81 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_new_app_launcher.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_new_app_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_new_app_launcher_round.png new file mode 100644 index 0000000000..05553d31b4 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_new_app_launcher_round.png differ diff --git a/app/src/main/res/values/ic_new_app_launcher_background.xml b/app/src/main/res/values/ic_new_app_launcher_background.xml new file mode 100644 index 0000000000..4223432d62 --- /dev/null +++ b/app/src/main/res/values/ic_new_app_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file