[android-developers] Re: Why fill_parent LinearLayout occupy other view's space

2009-07-20 Thread 单单
Peli, thank you so much for your thorough explanation! On Jul 21, 3:23 am, Peli wrote: > What you see is exactly how it should work. > > > Why a fill_parent LinearLayout in another fill_parent LinearLayout > > will occupy all the space of the outer one? > > Regardless of what else you put into t

[android-developers] Re: Why fill_parent LinearLayout occupy other view's space

2009-07-20 Thread Peli
What you see is exactly how it should work. > Why a fill_parent LinearLayout in another fill_parent LinearLayout > will occupy all the space of the outer one? Regardless of what else you put into the outer LinearLayout, fill_parent means to fill the parent - *not* to fill the remaining part of t