Extending ListView onTouchListener
I don't know if I simply couldn't find the class, but I need to do something more with the TouchEvent
on a ListView
.
I tried creating another OnTouchListener
but by setting it on the ListView
all the other functionalities are gone. I tried finding the old listener and then simply repass th开发者_C百科e touch event to it, but there is no getOnTouchListener
method...
How would I accomplish this task? Can I add another touch listener? Can I intercept the event and repass it afterwards?
Thanks !
精彩评论