Tagged Questions

0
votes
1answer
81 views

consume motion events in layered/stack views

I have two views that are overlayed using a framelayout. What I want is to consume in both views the touch events. I have managed to consume the action_down but once the motion even is dispatched to ...