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

2009-12-04 Thread Romain Guy
If you want a ListView to expand completely and you want it to not have scrollbars, then you dont' want a ListView. ListView and ScrollView cannot be used embedded within one another since they compete for scrolling. On Fri, Dec 4, 2009 at 9:41 AM, Dustin wrote: > I have a layout that needs to sc

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

2009-12-04 Thread Dustin
I have a layout that needs to scroll off the screen because it contains a lot of fields. The top 1/2 of the screen will contain fixed-width and fixed-height TextViews. However, the bottom 1/2 will contain two dynamically-sized widgets; a TextView and a ListView. The bottom TextView may be 1 line