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

Lockmode #72

Open frakc opened 8 years ago

frakc commented 8 years ago

add methods setLockDragMode(boolean) to disable dragging and isLockDragMode() to check if dragiing is disabled To meet this issue https://github.com/pedrovgs/DraggablePanel/issues/60

pedrovgs commented 8 years ago

@frakc your PR is not passing in Travis-CI. Can you take a look before to start with the PR review?