pedrovgs / DraggablePanel

Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
Apache License 2.0
2.99k stars 606 forks source link

Restore view after swiped? #124

Closed patrickmuhi closed 7 years ago

patrickmuhi commented 7 years ago

How do i bring back the view after swiping it?

pedrovgs commented 7 years ago

@ceddyb you have methods to maximize the view. You should configure any view listener and invoke the maximize method when needed. I hope, this is the answer to your question.