[Android] Change launcher icon to adaptive launcher icon
Alexandre Perraud
git at videolan.org
Tue Jun 5 16:24:19 CEST 2018
vlc-android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Fri Jun 1 19:06:03 2018 +0200| [889795e5eccf3713ad137a8e85c7e23bcd3f16e7] | committer: Alexandre Perraud
Change launcher icon to adaptive launcher icon
> https://code.videolan.org/videolan/vlc-android/commit/889795e5eccf3713ad137a8e85c7e23bcd3f16e7
---
assets/images/svg/ic_launcher.svg | 109 +++++++
assets/images/svg/ic_launcher_background.svg | 81 +++++
assets/images/svg/ic_launcher_background_debug.svg | 81 +++++
assets/images/svg/ic_launcher_debug.svg | 329 +++++++++++++++++++++
assets/images/svg/ic_launcher_foreground.svg | 109 +++++++
.../svg/{roundicon.svg => ic_launcher_round.svg} | 0
...dicon_debug.svg => ic_launcher_round_debug.svg} | 0
assets/images/svg/ic_launcher_round_foreground.svg | 137 +++++++++
vlc-android/AndroidManifest.xml | 4 +-
.../flavors/debug/res/drawable-hdpi/roundicon.png | Bin 3675 -> 0 bytes
.../flavors/debug/res/drawable-ldpi/roundicon.png | Bin 1659 -> 0 bytes
.../flavors/debug/res/drawable-mdpi/roundicon.png | Bin 2421 -> 0 bytes
.../flavors/debug/res/drawable-xhdpi/roundicon.png | Bin 4983 -> 0 bytes
.../flavors/debug/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 1365 bytes
.../res/mipmap-hdpi/ic_launcher_background.png | Bin 0 -> 191 bytes
.../flavors/debug/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 1090 bytes
.../res/mipmap-mdpi/ic_launcher_background.png | Bin 0 -> 186 bytes
.../flavors/debug/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 1744 bytes
.../res/mipmap-xhdpi/ic_launcher_background.png | Bin 0 -> 198 bytes
.../debug/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 2425 bytes
.../res/mipmap-xxhdpi/ic_launcher_background.png | Bin 0 -> 218 bytes
vlc-android/res/drawable-hdpi/roundicon.png | Bin 3546 -> 0 bytes
vlc-android/res/drawable-ldpi/roundicon.png | Bin 1611 -> 0 bytes
vlc-android/res/drawable-mdpi/roundicon.png | Bin 2366 -> 0 bytes
vlc-android/res/drawable-xhdpi/roundicon.png | Bin 4810 -> 0 bytes
vlc-android/res/mipmap-anydpi-v26/ic_launcher.xml | 5 +
.../res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 +
vlc-android/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 1386 bytes
.../res/mipmap-hdpi/ic_launcher_background.png | Bin 0 -> 191 bytes
.../res/mipmap-hdpi/ic_launcher_foreground.png | Bin 0 -> 2075 bytes
.../mipmap-hdpi/ic_launcher_round_foreground.png | Bin 0 -> 1444 bytes
vlc-android/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 1071 bytes
.../res/mipmap-mdpi/ic_launcher_background.png | Bin 0 -> 186 bytes
.../res/mipmap-mdpi/ic_launcher_foreground.png | Bin 0 -> 1506 bytes
.../mipmap-mdpi/ic_launcher_round_foreground.png | Bin 0 -> 1130 bytes
vlc-android/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 1713 bytes
.../res/mipmap-xhdpi/ic_launcher_background.png | Bin 0 -> 198 bytes
.../res/mipmap-xhdpi/ic_launcher_foreground.png | Bin 0 -> 2668 bytes
.../mipmap-xhdpi/ic_launcher_round_foreground.png | Bin 0 -> 1919 bytes
vlc-android/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 2421 bytes
.../res/mipmap-xxhdpi/ic_launcher_background.png | Bin 0 -> 218 bytes
.../res/mipmap-xxhdpi/ic_launcher_foreground.png | Bin 0 -> 3651 bytes
.../mipmap-xxhdpi/ic_launcher_round_foreground.png | Bin 0 -> 2763 bytes
43 files changed, 858 insertions(+), 2 deletions(-)
Diff: https://code.videolan.org/videolan/vlc-android/commit/889795e5eccf3713ad137a8e85c7e23bcd3f16e7
More information about the Android
mailing list