thuytrinh / android-collage-views

Draggable, rotatable, and scalable views for Android
332 stars 88 forks source link

Button in viewgroup can not move #7

Open suren123 opened 8 years ago

suren123 commented 8 years ago

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!

suren123 commented 8 years ago

Have solved this problem in my folk https://github.com/suren123/android-collage-views/tree/dev thanks!