[Android] Fix adaptive icon

Nicolas Pomepuy git at videolan.org
Wed Jul 31 17:36:25 CEST 2019


vlc-android | branch: 3.2.x | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Wed Jul 31 15:23:35 2019 +0200| [e980acafeccd3344beef5b494f2dbbc3cf000b63] | committer: Geoffrey Métais

Fix adaptive icon

(cherry picked from commit 8e2ec95ee574dff1e47b256e7fbf12f8caeeb7f2)

> https://code.videolan.org/videolan/vlc-android/commit/e980acafeccd3344beef5b494f2dbbc3cf000b63
---

 assets/images/svg/ic_launcher_background.svg       |  82 +++++++++++----------
 assets/images/svg/ic_launcher_background_debug.svg |  80 +++++++++++---------
 vlc-android/AndroidManifest.xml                    |   3 +-
 .../flavors/debug/res/drawable-hdpi/icon.png       | Bin 3260 -> 0 bytes
 .../flavors/debug/res/drawable-ldpi/icon.png       | Bin 1631 -> 0 bytes
 .../flavors/debug/res/drawable-mdpi/icon.png       | Bin 2321 -> 0 bytes
 .../flavors/debug/res/drawable-xhdpi/icon.png      | Bin 4390 -> 0 bytes
 .../debug/res/drawable/ic_launcher_background.xml  |  11 +++
 .../debug/res/drawable/ic_launcher_foreground.xml  |  29 ++++++++
 .../flavors/debug/res/mipmap-hdpi/ic_launcher.png  | Bin 1365 -> 0 bytes
 .../res/mipmap-hdpi/ic_launcher_background.png     | Bin 191 -> 0 bytes
 .../flavors/debug/res/mipmap-mdpi/ic_launcher.png  | Bin 1090 -> 0 bytes
 .../res/mipmap-mdpi/ic_launcher_background.png     | Bin 186 -> 0 bytes
 .../flavors/debug/res/mipmap-xhdpi/ic_launcher.png | Bin 1744 -> 0 bytes
 .../res/mipmap-xhdpi/ic_launcher_background.png    | Bin 198 -> 0 bytes
 .../debug/res/mipmap-xxhdpi/ic_launcher.png        | Bin 2425 -> 0 bytes
 .../res/mipmap-xxhdpi/ic_launcher_background.png   | Bin 218 -> 0 bytes
 .../res/drawable/ic_launcher_background.xml        |  11 +++
 .../res/drawable/ic_launcher_foreground.xml        |  29 ++++++++
 vlc-android/res/layout/onboarding_welcome.xml      |  26 +++----
 vlc-android/res/mipmap-anydpi-v26/ic_launcher.xml  |   8 +-
 .../res/mipmap-hdpi/ic_launcher_background.png     | Bin 191 -> 0 bytes
 .../res/mipmap-hdpi/ic_launcher_foreground.png     | Bin 1444 -> 0 bytes
 .../res/mipmap-mdpi/ic_launcher_background.png     | Bin 186 -> 0 bytes
 .../res/mipmap-mdpi/ic_launcher_foreground.png     | Bin 1130 -> 0 bytes
 .../res/mipmap-xhdpi/ic_launcher_background.png    | Bin 198 -> 0 bytes
 .../res/mipmap-xhdpi/ic_launcher_foreground.png    | Bin 1919 -> 0 bytes
 .../res/mipmap-xxhdpi/ic_launcher_background.png   | Bin 218 -> 0 bytes
 .../res/mipmap-xxhdpi/ic_launcher_foreground.png   | Bin 2763 -> 0 bytes
 29 files changed, 187 insertions(+), 92 deletions(-)

Diff:   https://code.videolan.org/videolan/vlc-android/commit/e980acafeccd3344beef5b494f2dbbc3cf000b63


More information about the Android mailing list