Re: [android-beginners] [Android Doubt] ListView inside Layout with Scroll

2010-07-21 Thread TreKing
On Tue, Jul 20, 2010 at 12:25 PM, Carlos Junior wrote: > If a have some components in my screen and a listView in the end how > could I scroll the entire screen? > You can't. > LinearLayout does not support scroll right? > No, usually you wrap it in a ScrollView. > Besides, ListView inside

[android-beginners] [Android Doubt] ListView inside Layout with Scroll

2010-07-20 Thread Carlos Junior
Hello, I need some advancements with layout in android. If a have some components in my screen and a listView in the end how could I scroll the entire screen? LinearLayout does not support scroll right? Besides, ListView inside ScrollView is a bad idea, so I ask the android experts, how this proble