[Android] video: ui redesign

Sébastien Toque git at videolan.org
Sat Sep 21 21:21:17 CEST 2013


vlc-ports/android | branch: master | Sébastien Toque <xilasz at gmail.com> | Sat Sep 21 21:20:50 2013 +0200| [2ff417976079e39a08e893935c8d0a9f12ab4e91] | committer: Sébastien Toque

video: ui redesign

- follow the new design
- play/pause in the center
- backward/forward buttons have been move around the timeline, and are now optional
- remove wheelbar
- also fix some minor bugs

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2ff417976079e39a08e893935c8d0a9f12ab4e91
---

 vlc-android/res/drawable-hdpi/wheel_pause.png      |  Bin 10214 -> 0 bytes
 vlc-android/res/drawable-hdpi/wheel_play.png       |  Bin 10059 -> 0 bytes
 vlc-android/res/drawable/wheel_background.xml      |   16 --
 vlc-android/res/layout/player.xml                  |  155 ++++++++++----------
 vlc-android/res/layout/player_contol_classic.xml   |   27 ----
 vlc-android/res/layout/player_contol_wheel.xml     |   12 --
 vlc-android/res/values-fr/strings.xml              |    4 +-
 vlc-android/res/values/colors.xml                  |    1 +
 vlc-android/res/values/strings.xml                 |    4 +-
 vlc-android/res/xml/preferences.xml                |    6 +-
 .../vlc/gui/video/VideoPlayerActivity.java         |  134 +++++++++--------
 .../videolan/vlc/interfaces/IPlayerControl.java    |   30 ----
 .../vlc/interfaces/OnPlayerControlListener.java    |   33 -----
 .../videolan/vlc/widget/PlayerControlClassic.java  |   95 ------------
 .../videolan/vlc/widget/PlayerControlWheel.java    |  126 ----------------
 15 files changed, 152 insertions(+), 491 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commitdiff;h=2ff417976079e39a08e893935c8d0a9f12ab4e91


More information about the Android mailing list