Closed ppamorim closed 9 years ago
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.
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