Android Question Detect Touch event in a panel with a list

demasi

Active Member
Licensed User
Longtime User
I have a panel, filled 100% with a list. I need to trap the touch event.
Without the list, the panel can receive this events. But with the list, the list receives the click event and the touch is not passed to the panel. Correct. The list has no touch event.
I tried with a invisible panel above the list, just to trap the touch event, it works for the touch, but I can´t get the click events of the list, and I can't even move the list.
For layout purposes I don't want to use buttons.
Any solution?
 
Top