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

DraggableListener notified at the beginning of the animation instead of animation complete #93

Open yongsunCN opened 8 years ago

yongsunCN commented 8 years ago

I noticed callbacks of DraggableListener are called too early, at the moment the sliding animation begins. I need to get a notification for (onMaximized/onMinimized/onClosedToLeft/onClosedToRight ) events after the animation finishes. Any idea guys?

pedrovgs commented 8 years ago

You can send an evento to the future using a delay or send a pull request to add the events you need :)