I'm using DraggablePanel and YoutubePlayerSupportFragment as TopFragment in my app as implemented in your sample. But I found 2 problems with this:
I recognize that when the DraggablePanel is minimized, the video is cropped. I tried fixing DEFAULT_TOP_VIEW_RESIZE in DraggableView to true, but the dragging animation is too lagged, not as smooth as before.
I setEnableHorizontalAlphaEffect(true) but when the YoutubePlayer is minimized, if I horizontally swipe the DraggableView, the player becomes transparent.
Do you have any solution for these ?
Hope to be answered soon. Thank you.
I'm using DraggablePanel and YoutubePlayerSupportFragment as TopFragment in my app as implemented in your sample. But I found 2 problems with this:
Do you have any solution for these ? Hope to be answered soon. Thank you.