[android-developers] Re: Listview inside ScrollView doesn't expand

2009-12-04 Thread Dustin
Thanks, Roman. I've found similar posts, but wasn't sure why. So, does this mean that I have to build a custom layout to effectively mimic an expanded ListView? Or, what other kinda of widget can I utilize? Thanks, Dustin On Dec 4, 11:47 am, Romain Guy romain...@android.com wrote: If you

Re: [android-developers] Re: Listview inside ScrollView doesn't expand

2009-12-04 Thread Romain Guy
You don't have to create a custom layout, you can just use a LinearLayout. Or you can do something more efficient and keep the ListView but get rid of the ScrollView instead. On Fri, Dec 4, 2009 at 10:51 AM, Dustin dustin.bre...@gmail.com wrote: Thanks, Roman.  I've found similar posts, but