[android-developers] Re: Making ListView stop on a finger press

2009-02-07 Thread Gw1921
Any one? It's just that the List View isn't receiving the touch events for some reason (being consumed by the Button/TextView above), although it still scrolls if I flick the finger. On a tap I need the listview to receive the touch events so that the scroll is controlled. Any ideas? On Feb 7, 2:

[android-developers] Re: Making ListView stop on a finger press

2009-02-07 Thread Gw1921
Okay more on this - it seems my custom view for each row inside the list is grabbing the touch event and not passing it through to the list. I have set "setItemsCanFocus" on the ListView to True (as its required) and now I can't make the listview stop it's scrolling on a tap. It only stops when it