[Android] Fix the overflow icon to be more consistent with the system one

Nicolas Pomepuy git at videolan.org
Wed Jul 24 15:18:20 CEST 2019


vlc-android | branch: master | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Mon Jul 22 13:34:59 2019 +0200| [8d885fd2b24a8ed47566fdf43c5e2f2a524b0f50] | committer: Geoffrey Métais

Fix the overflow icon to be more consistent with the system one

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

 assets/images/svg/ic_more_normal.svg               |  93 +++++++++++----------
 assets/images/svg/ic_more_normal_w.svg             |  93 +++++++++++----------
 assets/images/svg/ic_more_pressed.svg              |  93 +++++++++++----------
 vlc-android/res/drawable-hdpi/ic_more_normal.png   | Bin 304 -> 0 bytes
 vlc-android/res/drawable-hdpi/ic_more_normal_w.png | Bin 321 -> 0 bytes
 vlc-android/res/drawable-hdpi/ic_more_pressed.png  | Bin 312 -> 0 bytes
 vlc-android/res/drawable-ldpi/ic_more_normal.png   | Bin 260 -> 0 bytes
 vlc-android/res/drawable-ldpi/ic_more_normal_w.png | Bin 268 -> 0 bytes
 vlc-android/res/drawable-ldpi/ic_more_pressed.png  | Bin 260 -> 0 bytes
 vlc-android/res/drawable-mdpi/ic_more_normal.png   | Bin 271 -> 0 bytes
 vlc-android/res/drawable-mdpi/ic_more_normal_w.png | Bin 278 -> 0 bytes
 vlc-android/res/drawable-mdpi/ic_more_pressed.png  | Bin 278 -> 0 bytes
 vlc-android/res/drawable-xhdpi/ic_more_normal.png  | Bin 360 -> 0 bytes
 .../res/drawable-xhdpi/ic_more_normal_w.png        | Bin 364 -> 0 bytes
 vlc-android/res/drawable-xhdpi/ic_more_pressed.png | Bin 364 -> 0 bytes
 vlc-android/res/drawable/ic_more_card.xml          |  10 +++
 vlc-android/res/drawable/ic_more_normal.xml        |  10 +++
 vlc-android/res/drawable/ic_more_normal_w.xml      |  10 +++
 vlc-android/res/drawable/ic_more_pressed.xml       |  10 +++
 vlc-android/res/layout/audio_browser_card_item.xml |  21 +++--
 vlc-android/res/layout/audio_browser_item.xml      |  22 ++---
 vlc-android/res/layout/video_grid_card.xml         |   2 +-
 22 files changed, 215 insertions(+), 149 deletions(-)

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


More information about the Android mailing list