[Android] UI : Remove unused ressources and simply code
Alexandre Perraud
git at videolan.org
Fri Apr 10 15:42:03 CEST 2015
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Fri Apr 10 15:41:08 2015 +0200| [cc16139e9ad8f94450ef06d8240fb628be8fea4a] | committer: Alexandre Perraud
UI : Remove unused ressources and simply code
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=cc16139e9ad8f94450ef06d8240fb628be8fea4a
---
vlc-android/res/drawable-hdpi/ic_next_pressed_w.png | Bin 364 -> 0 bytes
vlc-android/res/drawable-hdpi/ic_pause_pressed_w.png | Bin 260 -> 0 bytes
vlc-android/res/drawable-hdpi/ic_play_pressed_w.png | Bin 423 -> 0 bytes
.../res/drawable-hdpi/ic_previous_pressed_w.png | Bin 364 -> 0 bytes
vlc-android/res/drawable-ldpi/ic_next_pressed_w.png | Bin 257 -> 0 bytes
vlc-android/res/drawable-ldpi/ic_pause_pressed_w.png | Bin 214 -> 0 bytes
vlc-android/res/drawable-ldpi/ic_play_pressed_w.png | Bin 305 -> 0 bytes
.../res/drawable-ldpi/ic_previous_pressed_w.png | Bin 267 -> 0 bytes
vlc-android/res/drawable-mdpi/ic_next_pressed_w.png | Bin 295 -> 0 bytes
vlc-android/res/drawable-mdpi/ic_pause_pressed_w.png | Bin 210 -> 0 bytes
vlc-android/res/drawable-mdpi/ic_play_pressed_w.png | Bin 344 -> 0 bytes
.../res/drawable-mdpi/ic_previous_pressed_w.png | Bin 299 -> 0 bytes
vlc-android/res/drawable-xhdpi/ic_next_pressed_w.png | Bin 423 -> 0 bytes
.../res/drawable-xhdpi/ic_pause_pressed_w.png | Bin 312 -> 0 bytes
vlc-android/res/drawable-xhdpi/ic_play_pressed_w.png | Bin 512 -> 0 bytes
.../res/drawable-xhdpi/ic_previous_pressed_w.png | Bin 417 -> 0 bytes
.../res/drawable/ic_pause_for_header_play_pause.xml | 7 -------
.../drawable/ic_pause_for_header_play_pause_w.xml | 7 -------
.../res/drawable/ic_play_for_header_play_pause.xml | 7 -------
.../res/drawable/ic_play_for_header_play_pause_w.xml | 7 -------
vlc-android/res/layout/audio_player.xml | 2 +-
vlc-android/res/values/attrs.xml | 2 --
vlc-android/res/values/styles.xml | 4 ----
.../src/org/videolan/vlc/gui/audio/AudioPlayer.java | 18 ++++++------------
24 files changed, 7 insertions(+), 47 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commitdiff;h=cc16139e9ad8f94450ef06d8240fb628be8fea4a
More information about the Android
mailing list