Android Question Transparent panel to implement swipe in the underlying views

b4auser1

Well-Known Member
Licensed User
Longtime User
Hi, Erel

Only Activity and Panel views support Touch event, which can be used to implement swipe functionality.
In the Help with error - CustomListview with touch events there was an idea to use transparent panel over the other views, like ListView etc. How to implement Touch event for the transparent panel in order to handle only swipe in it and pass through other events to the underlying views ? Could you attache a code sample ?
 
Top