[android-developers] Re: ScrollView (fill_parent)

2012-01-22 Thread Matt Clark
As in my method worked? Or you are still experiencing a problem? On Jan 22, 4:08 am, "John" wrote: > This does appear to be the behavior. > > From: android-developers@googlegroups.com > [mailto:android-developers@googlegroups.com] On Behalf Of TreKing > Sent: Sunday, January 22, 2012 2:41 AM > To

[android-developers] Re: ScrollView (fill_parent)

2012-01-22 Thread Matt Clark
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" wrote: > Hi, > > I have a scroll view with height="fill_parent".  The child is a LinearLayout > with height="fill_parent".  I th