hoanganhtuan95ptit / DragView

Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube New graphic component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Down gesture to hide DragView

twkevinzhang opened this issue · comments

In the case of dragView.minimize(), I hope that when the user slides dragView down, dragView can be hidden and ExoPlayer will be released.

But this seems to be limited by setMarginTop(), setPercent(), etc. in the source.
Is it possible to add this popular feature?