You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a video from an external source (e.g: File Manager) in LeafPic video player, the control bars (top and bottom) show in the primary color, opposed to the normal transparent black color. The video will also overlap the top control bar
Steps to reproduce
Open an external media source (e.g: File Manager), locate a portrait video
Open the video in Leaf Pic Video Player
Turn the app in to landscape mode(examples)
Expected result
The player controls overlap the video when open
The player controls are translucent and black, not Primary Color.
Actual result
The player controls are overlapped by the video when the player is in landscape mode, but is a portrait video.
The player controls are Primary Color and not transparent.
see examples
the control bars (top and bottom) show in the primary color, opposed to the normal transparent black color
The ViewPager (the activity when you can scroll images) is different from the VideoPlayerActivity this explain the not transparent bars.
I don't know if is a good idea to move the VideoPlayer in a Fragment and show it in the ViewPager.. @calvinnor would love to hear your thoughts on this.
Edit: for the overlapping issue would be easy to fix!
Description
When opening a video from an external source (e.g: File Manager) in LeafPic video player, the control bars (top and bottom) show in the primary color, opposed to the normal transparent black color. The video will also overlap the top control bar
Steps to reproduce
Expected result
The player controls overlap the video when open
The player controls are translucent and black, not Primary Color.
Actual result
The player controls are overlapped by the video when the player is in landscape mode, but is a portrait video.
The player controls are Primary Color and not transparent.
see examples
Additional Information
Examples
image showing both issues
The text was updated successfully, but these errors were encountered: