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

how can I lock horizontal swipe? #121

Open DohaBasem opened 7 years ago

DohaBasem commented 7 years ago

I need to lock the horizontal swipe ,or I need to find a way such that the draggable panel will not disappear when I swipe left or right.

jbmlaird commented 7 years ago

Commenting out the clampViewPositionHorizontal override method will disable horizontal swiping.