ppamorim/Dragger

Fix the slide workaround when activity start

ppamorim opened this issue · 2 comments

Fix the slide workaround!
When start activity, I've to hide the view, slide it to requested position, show this view again and do the correct animation.
Can be possible to set to slide position without animation and slide it with ViewDragHelper?

https://github.com/ppamorim/Dragger/blob/master/library/src/main/java/com/github/ppamorim/library/DraggerView.java#L296-314

@pedrovgs, any ideia?

Fixed with Rebound implementation.