summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/AndroidManifest.xml1
-rw-r--r--android/src/main/res/mipmap-hdpi/ic_launcher_round.pngbin4409 -> 0 bytes
-rw-r--r--android/src/main/res/mipmap-mdpi/ic_launcher_round.pngbin2684 -> 0 bytes
-rw-r--r--android/src/main/res/mipmap-xhdpi/ic_launcher_round.pngbin5942 -> 0 bytes
-rw-r--r--android/src/main/res/mipmap-xxhdpi/ic_launcher_round.pngbin9685 -> 0 bytes
-rw-r--r--android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.pngbin13067 -> 0 bytes
6 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml
index ac0c912325..470ff85138 100644
--- a/android/src/main/AndroidManifest.xml
+++ b/android/src/main/AndroidManifest.xml
@@ -6,6 +6,7 @@
<application
android:icon="@mipmap/ic_launcher"
+ android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/AppTheme"
android:allowBackup="false"
>
diff --git a/android/src/main/res/mipmap-hdpi/ic_launcher_round.png b/android/src/main/res/mipmap-hdpi/ic_launcher_round.png
deleted file mode 100644
index ecdaeebbe5..0000000000
--- a/android/src/main/res/mipmap-hdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ
diff --git a/android/src/main/res/mipmap-mdpi/ic_launcher_round.png b/android/src/main/res/mipmap-mdpi/ic_launcher_round.png
deleted file mode 100644
index 84aa8cf767..0000000000
--- a/android/src/main/res/mipmap-mdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ
diff --git a/android/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/android/src/main/res/mipmap-xhdpi/ic_launcher_round.png
deleted file mode 100644
index 8809e8615b..0000000000
--- a/android/src/main/res/mipmap-xhdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ
diff --git a/android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
deleted file mode 100644
index 623363c03a..0000000000
--- a/android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ
diff --git a/android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
deleted file mode 100644
index c3c8f0f43d..0000000000
--- a/android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
+++ /dev/null
Binary files differ