summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-03-12 14:25:36 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-03-12 15:07:19 +0000
commitef9be2849df5d10a7b3618177c480993bbf2e5f2 (patch)
treeca24d98e4d8a0df1a3cdbb55956c9d20ba4785a3 /android
parent7d797edb356c9b9658c751e6c06cd4ffd98316da (diff)
downloadmullvadvpn-ef9be2849df5d10a7b3618177c480993bbf2e5f2.tar.xz
mullvadvpn-ef9be2849df5d10a7b3618177c480993bbf2e5f2.zip
Use same launcher icon image for round icons
Diffstat (limited to 'android')
-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