[Android] UI : Make repeat button focussable

Alexandre Perraud git at videolan.org
Fri Apr 10 11:48:22 CEST 2015


vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Fri Apr 10 11:47:34 2015 +0200| [572448b0de2b180351f12afc841c58c0dd963688] | committer: Alexandre Perraud

UI : Make repeat button focussable

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

 assets/images/svg/ic_repeat_normal.svg             |   24 +++----
 assets/images/svg/ic_repeat_normal_o.svg           |   75 ++++++++++++++++++++
 .../svg/{ic_repeat_one.svg => ic_repeat_one_o.svg} |    0
 assets/images/svg/ic_repeat_one_pressed.svg        |   73 +++++++++++++++++++
 assets/images/svg/ic_repeat_pressed.svg            |   10 +--
 .../res/drawable-hdpi/ic_repeat_normal_o.png       |  Bin 0 -> 415 bytes
 .../{ic_repeat_one.png => ic_repeat_one_o.png}     |  Bin 494 -> 494 bytes
 .../res/drawable-hdpi/ic_repeat_one_pressed.png    |  Bin 0 -> 500 bytes
 .../res/drawable-hdpi/ic_repeat_pressed.png        |  Bin 415 -> 413 bytes
 .../res/drawable-ldpi/ic_repeat_normal_o.png       |  Bin 0 -> 313 bytes
 .../{ic_repeat_one.png => ic_repeat_one_o.png}     |  Bin 345 -> 345 bytes
 .../res/drawable-ldpi/ic_repeat_one_pressed.png    |  Bin 0 -> 350 bytes
 .../res/drawable-ldpi/ic_repeat_pressed.png        |  Bin 313 -> 323 bytes
 .../res/drawable-mdpi/ic_repeat_normal_o.png       |  Bin 0 -> 322 bytes
 .../{ic_repeat_one.png => ic_repeat_one_o.png}     |  Bin 366 -> 366 bytes
 .../res/drawable-mdpi/ic_repeat_one_pressed.png    |  Bin 0 -> 366 bytes
 .../res/drawable-mdpi/ic_repeat_pressed.png        |  Bin 322 -> 320 bytes
 .../res/drawable-xhdpi/ic_repeat_normal_o.png      |  Bin 0 -> 485 bytes
 .../{ic_repeat_one.png => ic_repeat_one_o.png}     |  Bin 570 -> 570 bytes
 .../res/drawable-xhdpi/ic_repeat_one_pressed.png   |  Bin 0 -> 571 bytes
 .../res/drawable-xhdpi/ic_repeat_pressed.png       |  Bin 485 -> 488 bytes
 vlc-android/res/drawable/ic_repeat.xml             |    7 ++
 vlc-android/res/drawable/ic_repeat_on.xml          |    7 ++
 vlc-android/res/drawable/ic_repeat_one.xml         |    7 ++
 vlc-android/res/drawable/ic_repeat_w.xml           |    7 ++
 vlc-android/res/layout/audio_player.xml            |    2 +-
 vlc-android/res/values/attrs.xml                   |    4 +-
 vlc-android/res/values/styles.xml                  |    8 +--
 .../org/videolan/vlc/gui/audio/AudioPlayer.java    |    5 +-
 29 files changed, 199 insertions(+), 30 deletions(-)

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


More information about the Android mailing list