diff --git a/src/dist/android/AndroidManifest.xml b/src/dist/android/AndroidManifest.xml index 489b70f44..17058fb16 100644 --- a/src/dist/android/AndroidManifest.xml +++ b/src/dist/android/AndroidManifest.xml @@ -26,7 +26,9 @@ android:allowNativeHeapPointerTagging="false" android:allowBackup="true" android:fullBackupOnly="false" - android:icon="@drawable/icon"> + android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher_round" + android:theme="@style/AppTheme"> + + + + \ No newline at end of file diff --git a/src/dist/android/res/mipmap-anydpi-v26/ic_launcher_round.xml b/src/dist/android/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..4ae7d1237 --- /dev/null +++ b/src/dist/android/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/dist/android/res/mipmap-hdpi/ic_launcher.png b/src/dist/android/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..1c869b06d Binary files /dev/null and b/src/dist/android/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/dist/android/res/mipmap-hdpi/ic_launcher_background.png b/src/dist/android/res/mipmap-hdpi/ic_launcher_background.png new file mode 100644 index 000000000..4186f89b6 Binary files /dev/null and b/src/dist/android/res/mipmap-hdpi/ic_launcher_background.png differ diff --git a/src/dist/android/res/mipmap-hdpi/ic_launcher_foreground.png b/src/dist/android/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..2adb6a6e2 Binary files /dev/null and b/src/dist/android/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/src/dist/android/res/mipmap-hdpi/ic_launcher_round.png b/src/dist/android/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..5989e07dd Binary files /dev/null and b/src/dist/android/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/src/dist/android/res/mipmap-mdpi/ic_launcher.png b/src/dist/android/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..378c59bf5 Binary files /dev/null and b/src/dist/android/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/dist/android/res/mipmap-mdpi/ic_launcher_background.png b/src/dist/android/res/mipmap-mdpi/ic_launcher_background.png new file mode 100644 index 000000000..4e164b01f Binary files /dev/null and b/src/dist/android/res/mipmap-mdpi/ic_launcher_background.png differ diff --git a/src/dist/android/res/mipmap-mdpi/ic_launcher_foreground.png b/src/dist/android/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..ad44fd017 Binary files /dev/null and b/src/dist/android/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/src/dist/android/res/mipmap-mdpi/ic_launcher_round.png b/src/dist/android/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..ca2536e97 Binary files /dev/null and b/src/dist/android/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/src/dist/android/res/mipmap-xhdpi/ic_launcher.png b/src/dist/android/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..fc6f9d4be Binary files /dev/null and b/src/dist/android/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/dist/android/res/mipmap-xhdpi/ic_launcher_background.png b/src/dist/android/res/mipmap-xhdpi/ic_launcher_background.png new file mode 100644 index 000000000..182e4f6c2 Binary files /dev/null and b/src/dist/android/res/mipmap-xhdpi/ic_launcher_background.png differ diff --git a/src/dist/android/res/mipmap-xhdpi/ic_launcher_foreground.png b/src/dist/android/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..b8089f9f2 Binary files /dev/null and b/src/dist/android/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/src/dist/android/res/mipmap-xhdpi/ic_launcher_round.png b/src/dist/android/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..935000547 Binary files /dev/null and b/src/dist/android/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/src/dist/android/res/mipmap-xxhdpi/ic_launcher.png b/src/dist/android/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..b8f06f601 Binary files /dev/null and b/src/dist/android/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/dist/android/res/mipmap-xxhdpi/ic_launcher_background.png b/src/dist/android/res/mipmap-xxhdpi/ic_launcher_background.png new file mode 100644 index 000000000..33890cfc2 Binary files /dev/null and b/src/dist/android/res/mipmap-xxhdpi/ic_launcher_background.png differ diff --git a/src/dist/android/res/mipmap-xxhdpi/ic_launcher_foreground.png b/src/dist/android/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..2476e911d Binary files /dev/null and b/src/dist/android/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/src/dist/android/res/mipmap-xxhdpi/ic_launcher_round.png b/src/dist/android/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..3b8dec871 Binary files /dev/null and b/src/dist/android/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/src/dist/android/res/mipmap-xxxhdpi/ic_launcher.png b/src/dist/android/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..0786981fd Binary files /dev/null and b/src/dist/android/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/dist/android/res/mipmap-xxxhdpi/ic_launcher_background.png b/src/dist/android/res/mipmap-xxxhdpi/ic_launcher_background.png new file mode 100644 index 000000000..8e9460a7c Binary files /dev/null and b/src/dist/android/res/mipmap-xxxhdpi/ic_launcher_background.png differ diff --git a/src/dist/android/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/src/dist/android/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..f47ec5e77 Binary files /dev/null and b/src/dist/android/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/src/dist/android/res/mipmap-xxxhdpi/ic_launcher_round.png b/src/dist/android/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..c32e7269f Binary files /dev/null and b/src/dist/android/res/mipmap-xxxhdpi/ic_launcher_round.png differ