I use RelativeLayout for everything, so i do not know if it works for
LinearLayout, but you could try
android:layout_alignParentBottom="true"

On Jan 22, 1:55 am, "John" <[email protected]> wrote:
> Hi,
>
> I have a scroll view with height="fill_parent".  The child is a LinearLayout
> with height="fill_parent".  I then have  a TableLayout and two Buttons as
> children of the LinearLayout.  I want the buttons to have
> layout_gravity="bottom"  but the LinearLayout does not appear to be filling
> the height of the parent.
>
> Does anyone know why this might be?
>
> Thanks,
>
> John

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