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

fix clickable area of draggableview #107

Closed jruh23 closed 1 year ago

jruh23 commented 7 years ago

Fixes #106

Apparently getHeight/getWidth return the old height/width of the draggable view. As a result the clickable/touchable area of the minimized draggable view expands beneath it, preventing touch events on underlying views.

pedrovgs commented 7 years ago

Hi @b00n12 thanks for your contribution!! Before to review the implementation and the correct behavior could you review the checkstyle errors you have? The build is failing because of this.