[Android] UI : Video pause icon reworked
Alexandre Perraud
git at videolan.org
Thu Mar 13 22:34:53 CET 2014
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Thu Mar 13 17:22:30 2014 +0100| [f2282f0303411a8bceccd556e509e3077ec515f4] | committer: Adrien Maglo
UI : Video pause icon reworked
Signed-off-by: Adrien Maglo <magsoft at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=f2282f0303411a8bceccd556e509e3077ec515f4
---
assets/images/svg/ic_pause_circle_normal.svg | 94 ++++++++++++++
assets/images/svg/ic_pause_circle_pressed.svg | 131 ++++++++++++++++++++
.../res/drawable-hdpi/ic_pause_circle_normal.png | Bin 0 -> 869 bytes
.../res/drawable-hdpi/ic_pause_circle_pressed.png | Bin 0 -> 3754 bytes
.../res/drawable-hdpi/pause_circle_normal.png | Bin 821 -> 0 bytes
.../res/drawable-hdpi/pause_circle_pressed.png | Bin 3302 -> 0 bytes
.../res/drawable-ldpi/ic_pause_circle_normal.png | Bin 0 -> 547 bytes
.../res/drawable-ldpi/ic_pause_circle_pressed.png | Bin 0 -> 1670 bytes
.../res/drawable-ldpi/pause_circle_normal.png | Bin 424 -> 0 bytes
.../res/drawable-ldpi/pause_circle_pressed.png | Bin 1169 -> 0 bytes
.../res/drawable-mdpi/ic_pause_circle_normal.png | Bin 0 -> 655 bytes
.../res/drawable-mdpi/ic_pause_circle_pressed.png | Bin 0 -> 2346 bytes
.../res/drawable-mdpi/pause_circle_normal.png | Bin 542 -> 0 bytes
.../res/drawable-mdpi/pause_circle_pressed.png | Bin 1832 -> 0 bytes
.../res/drawable-xhdpi/ic_pause_circle_normal.png | Bin 0 -> 1387 bytes
.../res/drawable-xhdpi/ic_pause_circle_pressed.png | Bin 0 -> 8486 bytes
.../res/drawable-xhdpi/pause_circle_normal.png | Bin 1249 -> 0 bytes
.../res/drawable-xhdpi/pause_circle_pressed.png | Bin 5422 -> 0 bytes
vlc-android/res/drawable/ic_pause_circle.xml | 7 ++
vlc-android/res/drawable/pause_circle.xml | 7 --
vlc-android/res/layout/player.xml | 2 +-
.../vlc/gui/video/VideoPlayerActivity.java | 2 +-
22 files changed, 234 insertions(+), 9 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commitdiff;h=f2282f0303411a8bceccd556e509e3077ec515f4
More information about the Android
mailing list