[android-developers] Re: LinearLayout fill the middle

2009-08-01 Thread Mark Murphy
droidin.net wrote: > By golly! This does work! Mark what's the theory - is this by design > (weight vs fill_parent)? Are my expectations wrong? I mean - why then > not really fill the whole parent but fill from the current position to > the bottom? If, after all the wrap_content and fixed-sized i

[android-developers] Re: LinearLayout fill the middle

2009-08-01 Thread droidin.net
By golly! This does work! Mark what's the theory - is this by design (weight vs fill_parent)? Are my expectations wrong? I mean - why then not really fill the whole parent but fill from the current position to the bottom? Bo On Aug 1, 7:54 am, Mark Murphy wrote: > droidin.net wrote: > > I have

[android-developers] Re: LinearLayout fill the middle

2009-08-01 Thread Mark Murphy
droidin.net wrote: > I have a vertical, set height (300px) LinearLayout (LL) with 3 nested > LLs. 1 and 3rd are set with android:layout_height="wrap_content" and > the middle one with android:layout_height="fill_parent". To my dismay, > 3rd LL get's pushed out with 2nd one filling parent layout ri