[android-developers] Re: ListView not touchable in my Activity - A clue...not the solution though..

2009-04-10 Thread monn3t
Thanks for answering... I ended descontructing the whole Activity until I came across what seems to be the cause of the problem. When creating the SimpleCursorAdapter I use: R.layout.row which is a layout that I created. When I use one of android's, for instance:

[android-developers] ListView not touchable in my Activity

2009-04-09 Thread monn3t
Hello: I developed an activity that extends the ListActivity. It has a ListView that binds to a DB. Thing is that I can click on the items of the view only with the trackball. When I try touching the items or the view I can't, is not responsive. Below the view I have a button that works just