diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-03-12 14:25:36 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-03-12 15:07:19 +0000 |
| commit | ef9be2849df5d10a7b3618177c480993bbf2e5f2 (patch) | |
| tree | ca24d98e4d8a0df1a3cdbb55956c9d20ba4785a3 /android | |
| parent | 7d797edb356c9b9658c751e6c06cd4ffd98316da (diff) | |
| download | mullvadvpn-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.xml | 1 | ||||
| -rw-r--r-- | android/src/main/res/mipmap-hdpi/ic_launcher_round.png | bin | 4409 -> 0 bytes | |||
| -rw-r--r-- | android/src/main/res/mipmap-mdpi/ic_launcher_round.png | bin | 2684 -> 0 bytes | |||
| -rw-r--r-- | android/src/main/res/mipmap-xhdpi/ic_launcher_round.png | bin | 5942 -> 0 bytes | |||
| -rw-r--r-- | android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png | bin | 9685 -> 0 bytes | |||
| -rw-r--r-- | android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png | bin | 13067 -> 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 Binary files differdeleted file mode 100644 index ecdaeebbe5..0000000000 --- a/android/src/main/res/mipmap-hdpi/ic_launcher_round.png +++ /dev/null diff --git a/android/src/main/res/mipmap-mdpi/ic_launcher_round.png b/android/src/main/res/mipmap-mdpi/ic_launcher_round.png Binary files differdeleted file mode 100644 index 84aa8cf767..0000000000 --- a/android/src/main/res/mipmap-mdpi/ic_launcher_round.png +++ /dev/null diff --git a/android/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/android/src/main/res/mipmap-xhdpi/ic_launcher_round.png Binary files differdeleted file mode 100644 index 8809e8615b..0000000000 --- a/android/src/main/res/mipmap-xhdpi/ic_launcher_round.png +++ /dev/null diff --git a/android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png Binary files differdeleted file mode 100644 index 623363c03a..0000000000 --- a/android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +++ /dev/null diff --git a/android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png Binary files differdeleted file mode 100644 index c3c8f0f43d..0000000000 --- a/android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +++ /dev/null |
