On Thu, Jun 24, 2010 at 11:11 PM, zpcat <[email protected]> wrote: > So What's the problem?
LinearLayout is horizontal by default (which is annoying) and your first item, horizontal scroll view, is set to fill_parent on the width. So it will take up all the LinearLayout space and push the listview off screen. Try setting the layout orientation to vertical. Why it works with a table, I don't know. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

