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

Reply via email to