Skip to content Skip to sidebar Skip to footer

Child View Move Out From Parent View And Does Not Respond To Pressing, Android

After animation button moves out from parent layout and does not respond to touch. I tried to use TouchDelegate for extending a view's touchable area, but it did not work in my ca

Solution 1:

I use TouchDelegate for Parent view and check window location coordinate for child views. When there is a pressing on the ParetView, I check to see if in the same place a childView, and if so, then move it.


Post a Comment for "Child View Move Out From Parent View And Does Not Respond To Pressing, Android"