[Android] Add new context icons

Alexandre Perraud git at videolan.org
Thu Jul 12 17:25:01 CEST 2018


vlc-android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Thu Jul 12 17:24:02 2018 +0200| [403a588270e0685217c429343e7a4dc91d6d67ee] | committer: Alexandre Perraud

Add new context icons

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

 .../images/svg/ic_ctx_add_to_playlist_normal.svg   |  91 +++++++++++++++++++
 assets/images/svg/ic_ctx_append_normal.svg         |  80 +++++++++++++++++
 assets/images/svg/ic_ctx_delete_normal.svg         |  80 +++++++++++++++++
 .../svg/ic_ctx_download_subtitles_normal.svg       |  81 +++++++++++++++++
 assets/images/svg/ic_ctx_information_normal.svg    |  80 +++++++++++++++++
 assets/images/svg/ic_ctx_play_all_normal.svg       |  80 +++++++++++++++++
 assets/images/svg/ic_ctx_play_as_audio_normal.svg  |  96 ++++++++++++++++++++
 .../images/svg/ic_ctx_play_from_start_normal.svg   |  80 +++++++++++++++++
 assets/images/svg/ic_ctx_play_next_normal.svg      |  99 +++++++++++++++++++++
 assets/images/svg/ic_ctx_play_normal.svg           |  83 +++++++++++++++++
 assets/images/svg/ic_ctx_set_ringtone_normal.svg   |  80 +++++++++++++++++
 .../ic_ctx_add_to_playlist_normal.png              | Bin 0 -> 307 bytes
 .../res/drawable-hdpi/ic_ctx_append_normal.png     | Bin 0 -> 366 bytes
 .../res/drawable-hdpi/ic_ctx_delete_normal.png     | Bin 0 -> 333 bytes
 .../ic_ctx_download_subtitles_normal.png           | Bin 0 -> 354 bytes
 .../drawable-hdpi/ic_ctx_information_normal.png    | Bin 0 -> 519 bytes
 .../res/drawable-hdpi/ic_ctx_play_all_normal.png   | Bin 0 -> 410 bytes
 .../drawable-hdpi/ic_ctx_play_as_audio_normal.png  | Bin 0 -> 428 bytes
 .../ic_ctx_play_from_start_normal.png              | Bin 0 -> 328 bytes
 .../res/drawable-hdpi/ic_ctx_play_next_normal.png  | Bin 0 -> 408 bytes
 .../res/drawable-hdpi/ic_ctx_play_normal.png       | Bin 0 -> 374 bytes
 .../drawable-hdpi/ic_ctx_set_ringtone_normal.png   | Bin 0 -> 504 bytes
 .../ic_ctx_add_to_playlist_normal.png              | Bin 0 -> 321 bytes
 .../res/drawable-ldpi/ic_ctx_append_normal.png     | Bin 0 -> 308 bytes
 .../res/drawable-ldpi/ic_ctx_delete_normal.png     | Bin 0 -> 300 bytes
 .../ic_ctx_download_subtitles_normal.png           | Bin 0 -> 308 bytes
 .../drawable-ldpi/ic_ctx_information_normal.png    | Bin 0 -> 373 bytes
 .../res/drawable-ldpi/ic_ctx_play_all_normal.png   | Bin 0 -> 301 bytes
 .../drawable-ldpi/ic_ctx_play_as_audio_normal.png  | Bin 0 -> 314 bytes
 .../ic_ctx_play_from_start_normal.png              | Bin 0 -> 278 bytes
 .../res/drawable-ldpi/ic_ctx_play_next_normal.png  | Bin 0 -> 311 bytes
 .../res/drawable-ldpi/ic_ctx_play_normal.png       | Bin 0 -> 293 bytes
 .../drawable-ldpi/ic_ctx_set_ringtone_normal.png   | Bin 0 -> 397 bytes
 .../ic_ctx_add_to_playlist_normal.png              | Bin 0 -> 352 bytes
 .../res/drawable-mdpi/ic_ctx_append_normal.png     | Bin 0 -> 346 bytes
 .../res/drawable-mdpi/ic_ctx_delete_normal.png     | Bin 0 -> 330 bytes
 .../ic_ctx_download_subtitles_normal.png           | Bin 0 -> 342 bytes
 .../drawable-mdpi/ic_ctx_information_normal.png    | Bin 0 -> 430 bytes
 .../res/drawable-mdpi/ic_ctx_play_all_normal.png   | Bin 0 -> 373 bytes
 .../drawable-mdpi/ic_ctx_play_as_audio_normal.png  | Bin 0 -> 398 bytes
 .../ic_ctx_play_from_start_normal.png              | Bin 0 -> 286 bytes
 .../res/drawable-mdpi/ic_ctx_play_next_normal.png  | Bin 0 -> 381 bytes
 .../res/drawable-mdpi/ic_ctx_play_normal.png       | Bin 0 -> 323 bytes
 .../drawable-mdpi/ic_ctx_set_ringtone_normal.png   | Bin 0 -> 471 bytes
 .../ic_ctx_add_to_playlist_normal.png              | Bin 0 -> 333 bytes
 .../res/drawable-xhdpi/ic_ctx_append_normal.png    | Bin 0 -> 395 bytes
 .../res/drawable-xhdpi/ic_ctx_delete_normal.png    | Bin 0 -> 361 bytes
 .../ic_ctx_download_subtitles_normal.png           | Bin 0 -> 366 bytes
 .../drawable-xhdpi/ic_ctx_information_normal.png   | Bin 0 -> 632 bytes
 .../res/drawable-xhdpi/ic_ctx_play_all_normal.png  | Bin 0 -> 423 bytes
 .../drawable-xhdpi/ic_ctx_play_as_audio_normal.png | Bin 0 -> 463 bytes
 .../ic_ctx_play_from_start_normal.png              | Bin 0 -> 354 bytes
 .../res/drawable-xhdpi/ic_ctx_play_next_normal.png | Bin 0 -> 471 bytes
 .../res/drawable-xhdpi/ic_ctx_play_normal.png      | Bin 0 -> 401 bytes
 .../drawable-xhdpi/ic_ctx_set_ringtone_normal.png  | Bin 0 -> 621 bytes
 vlc-android/res/layout/context_item.xml            |  49 +++++-----
 .../org/videolan/vlc/gui/dialogs/ContextSheet.kt   |  24 ++---
 57 files changed, 970 insertions(+), 33 deletions(-)

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


More information about the Android mailing list