[Android] Add the sleep and speed chips to the audio player for mobile
Nicolas Pomepuy
git at videolan.org
Mon May 10 12:31:54 UTC 2021
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue May 4 08:45:54 2021 +0200| [895082d0f086bb4798462b5fb595c9f386c3844e] | committer: Nicolas Pomepuy
Add the sleep and speed chips to the audio player for mobile
> https://code.videolan.org/videolan/vlc-android/commit/895082d0f086bb4798462b5fb595c9f386c3844e
---
.../resources/src/main/res/values/attrs.xml | 2 +
.../resources/src/main/res/values/colors.xml | 1 +
.../vlc-android/res/layout-land/audio_player.xml | 46 +++++++++++-
.../vlc-android/res/layout/audio_player.xml | 86 ++++++++++++++++------
application/vlc-android/res/values/styles.xml | 4 +
.../src/org/videolan/vlc/gui/audio/AudioPlayer.kt | 44 ++++++++++-
.../vlc/gui/helpers/PlayerOptionsDelegate.kt | 19 +----
.../vlc/gui/video/VideoPlayerOverlayDelegate.kt | 4 +-
.../src/org/videolan/vlc/media/PlayerController.kt | 2 +
.../org/videolan/vlc/viewmodels/PlaylistModel.kt | 6 ++
10 files changed, 166 insertions(+), 48 deletions(-)
Diff: https://code.videolan.org/videolan/vlc-android/commit/895082d0f086bb4798462b5fb595c9f386c3844e
More information about the Android
mailing list