ppamorim / Dragger

Animate your activity!
Apache License 2.0
1.3k stars 166 forks source link

Fix the slide workaround when activity start #6

Closed ppamorim closed 9 years ago

ppamorim commented 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

ppamorim commented 9 years ago

@pedrovgs, any ideia?

ppamorim commented 9 years ago

Fixed with Rebound implementation.