Hi, Is there a way to create a layout with a ListView set to use full height, then some additional panels? Something like this:
<LinearLayout height = "fill_parent"> <ScrollView> <ListView height = "wrap_content" /> <TextView /> <TextView /> </ScrollView> </LinearLayout> Basically I'd like to keep the ListView at a height which contains all its children views, then some static widgets below that - all inside a master ScrollView - is that possible? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en