>Nope. I have an application that has four ListViews in four tabs on its
>main activity.

*something* seems different. i can swap out the ListViews for other 
kinds of view, and everything looks fine. switch back to a ListView, 
and boom.

>Your ListViews then are not children of your FrameLayout, or your
>FrameLayout is not reserving space for the TabWidget, or something.

the ListViews are direct children of the FrameLayout. whatever 
changes i make to the size or weight of the TabWidget compared to the 
FrameLayout make precisely no difference to the layout, seems like. 
if the view inside the tab is a ListView, no tabs appear.

i have a button bar at the bottom, outside the TabHost. took it out 
to aid debugging, also because with equal weight to other views at 
its level, Android was only showing half of it. it's things like this 
that just add to my confusion about layouts in general.

>Happens all of the time. RelativeLayout and FrameLayout, notably,
>support Z-axis ordering. Widgets added later stack on top of widget
>added earlier.

not doing any z-axis either :-)

-- 
jason.vp.engineering.particle

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to