[Android] New video player lock / unlock UI
Nicolas Pomepuy
git at videolan.org
Tue Jun 30 14:06:25 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jun 25 10:01:26 2020 +0200| [6d43b6b7872e47dc68332d2473bc9fe90bbf8aea] | committer: Nicolas Pomepuy
New video player lock / unlock UI
> https://code.videolan.org/videolan/vlc-android/commit/6d43b6b7872e47dc68332d2473bc9fe90bbf8aea
---
.../assets/images/svg/ic_swipe_unlock.svg | 16 ++
.../src/main/res/drawable/ic_swipe_unlock.xml | 10 +
.../res/drawable/swipe_to_unlock_background.xml | 34 ++++
.../resources/src/main/res/values/attrs.xml | 1 +
.../resources/src/main/res/values/colors.xml | 1 +
.../resources/src/main/res/values/strings.xml | 5 +-
.../res/layout/activity_media_list_tv_item.xml | 4 +-
application/vlc-android/res/layout/player_hud.xml | 10 +
.../vlc-android/res/layout/swipe_to_unlock.xml | 65 +++++++
application/vlc-android/res/values/styles.xml | 3 +
.../vlc/gui/helpers/PlayerOptionsDelegate.kt | 6 +
.../videolan/vlc/gui/video/VideoPlayerActivity.kt | 29 ++-
.../org/videolan/vlc/gui/view/SwipeToUnlockView.kt | 207 +++++++++++++++++++++
13 files changed, 381 insertions(+), 10 deletions(-)
Diff: https://code.videolan.org/videolan/vlc-android/commit/6d43b6b7872e47dc68332d2473bc9fe90bbf8aea
More information about the Android
mailing list