[android-developers] Re: ListView vs. ListActivity different default behavior

2009-10-27 Thread skyhigh
The ListView had the width set to wrap_content. When I changed it to fill_parent that fixed the problem. I can now touch anywhere in the row and it responds properly. Thanks for your help! --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: ListView vs. ListActivity different default behavior

2009-10-26 Thread Beth
Does your ListView have a width set to fill_parent? On Oct 26, 5:30 pm, skyhigh skyhigh1...@gmail.com wrote: I have an application which has some activities that display a single list and extends ListActivity.  The application also has other activities that have several things on the screen

[android-developers] Re: ListView and ListActivity

2009-06-30 Thread Dexter's Brain
To have a look at your code will perhaps give us more information on what are you doing. Please paste some code snippets. Dexter. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to