diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cf5c485ec6..4434022adb 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -93,8 +93,7 @@ + + + + \ No newline at end of file diff --git a/res/drawable-hdpi/icon.png b/res/mipmap-hdpi/ic_launcher.png similarity index 100% rename from res/drawable-hdpi/icon.png rename to res/mipmap-hdpi/ic_launcher.png diff --git a/res/mipmap-hdpi/ic_launcher_foreground.png b/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..2423d3ea1e Binary files /dev/null and b/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/res/drawable-mdpi/icon.png b/res/mipmap-mdpi/ic_launcher.png similarity index 100% rename from res/drawable-mdpi/icon.png rename to res/mipmap-mdpi/ic_launcher.png diff --git a/res/mipmap-mdpi/ic_launcher_foreground.png b/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..e8828d95d1 Binary files /dev/null and b/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/res/drawable-xhdpi/icon.png b/res/mipmap-xhdpi/ic_launcher.png similarity index 100% rename from res/drawable-xhdpi/icon.png rename to res/mipmap-xhdpi/ic_launcher.png diff --git a/res/mipmap-xhdpi/ic_launcher_foreground.png b/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..4b85936b3d Binary files /dev/null and b/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/res/drawable-xxhdpi/icon.png b/res/mipmap-xxhdpi/ic_launcher.png similarity index 100% rename from res/drawable-xxhdpi/icon.png rename to res/mipmap-xxhdpi/ic_launcher.png diff --git a/res/mipmap-xxhdpi/ic_launcher_foreground.png b/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..5b25391bdd Binary files /dev/null and b/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/res/drawable-xxxhdpi/icon.png b/res/mipmap-xxxhdpi/ic_launcher.png similarity index 100% rename from res/drawable-xxxhdpi/icon.png rename to res/mipmap-xxxhdpi/ic_launcher.png diff --git a/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..9ebb4911ad Binary files /dev/null and b/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ