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

Fixed incorrect state in drag view's children during drag #5

Closed glodos closed 10 years ago

glodos commented 10 years ago

If drag view contained buttons or other clickable elements, their pressed state was kept during drag. They were also left pressed when the drag view has finished minimizing. This comit fixes this behavior by sending ACTION_CANCEL to the drag view.

pedrovgs commented 10 years ago

Thanks!!! :)