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

Resolving touch conflicts #96

Open mdtuyen opened 8 years ago

mdtuyen commented 8 years ago

I 'm implementing a videoview use DraggablePanel. On videoview I implement swipe up-down-left for change volume, up-down-right for change change bright and left-right for seek video.

Only a case when I swipe up-down at center for drag pannel. But now it confilic with draggable pannel. Is there a method to resolve the conflic or disable drag when I change volume, bright or seek ?

pedrovgs commented 8 years ago

Hi @mdtuyen to be able to do that we need to write some code. Review this file and modify the onTouchEvent:)