I have several ListViews in a vertical LinearLayout. They extend beyond the screen so I wrapped the LinearLayout in a ScrollView. That works, but each of my ListViews in my LinearLayout shows with room for two entries, whether there are 0 or 3 entries in the list. Without the ScrollView, they show correctly, taking the amount of space required by the number of entries in each list. I tried calling requestLayout() on the ScrollView after the adapters fill out the views, but that didn't seem to affect the layout. Any ideas?
Thanks, Aaron --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

