Hi All, I have a TextView 30 px tall and RelativeLayout containing a MapView plus some overlayed components that I want to display in a single screen with no scrolling.
When I place the TextView before the RelativeLayout the MapView fills the available vertical space correctly (i.e. 430-30=400 px) , but if I change the order the MapView fills all the available space (i.e. 430 px on my G1) and pushes the TextView out of the visible area. My problem is I want to place the TextView at the bottom of the screen but not on the MapView itself. So is there a way I can specify the order the layout engine calculates sizes such that even if I place the TextView after the MapView, the MapView still has a height of 400px? Thanks, Can. -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

