Hi,

I'm having trouble with this layout - I need a ScrollView, then a
LinearLayout with a button below that:

 <ScrollView height="fill_parent">
 </ScrollView>
 <LinearLayout height="wrap_content">
   <Button>
   <Button>
 </LinearLayout>

the scrollview pushes the linear layout under it off the screen. The
only way I can get this to work is if I explicitly set the scrollview
height in pixels to be less than the total height of the screen, but
hardcoding a height isn't going to work on different devices. How can
I do this?

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