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

Touchable area of minimized dragview does not fit view #106

Open jruh23 opened 7 years ago

jruh23 commented 7 years ago

It seems like the touchable area of the minimized dragview is shifted towards the bottom. I am able to swipe the minimized dragview to left and right by touching beneath it. At the same time, if i touch slightly beneath the top of the dragview there is no swipe possible. As a result it is not possible to click ui elements beneath the dragview cause they are registered as touch events on the dragview.

You can easily recreate this issue by setting top_fragment_margin_bottom to a big value (300dp in my case).

107