It's pretty simple: <LinearLayout height=fill_parent> <ScrollView height=0px weight=1.0/> <TextView height=wrap_content/> </LinearLayout>
On Thu, Apr 29, 2010 at 5:25 AM, Pinheiro <[email protected]> wrote: > Thanks for your help, Romain. > What is the correct way to show a (non-scrollable) footer below a > Scrollview? > This doesn't work since the bottom of the content "hides" behind the > footer: > > <FrameLayout> (height=wrap_content) > <Scrollview> > <TextView> <- a very large text to scroll > </Scrollview> > > <TextView> <-- footer (layout_gravity="bottom") > </FrameLayout> > > RelativeLayout with a footer with layout_alignParentBottom="true" > gives the same result. > > -- > 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 > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them -- 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

