I add a button in a LinearLayout and set LinearLayout MultiTouchListener.
when I press the button and move, LinearLayout doesnt move
if I press outside the button, it works just fine.
Is there a convenient way to make these button clickable and make the parentView swipe even if the user puts his finger on a button initially?
I add a button in a LinearLayout and set LinearLayout MultiTouchListener. when I press the button and move, LinearLayout doesnt move if I press outside the button, it works just fine. Is there a convenient way to make these button clickable and make the parentView swipe even if the user puts his finger on a button initially?
thanks!