I need to nest s few touch listeners. For example I have a ViewGroup that will have the following listeners: onItemClick, onLongItemClick and onTouch.EV == move.
The items inside the view group will have an onClick as well.
In my tests both sets of listeners work independently, but not interdependently. Is there any way I can interlink the listener groups?
Thanks, ~Aedon