主界面布局中設置layout_height=0意義何在?設置layout_weight="1"為什么會有那樣的效果?
<include layout="@layout/title"/>
? ??
? ? <android.support.v4.view.ViewPager
? ? ? ? android:id="@+id/id_viewpage"
? ? ? ? android:layout_width="fill_parent"
? ? ? ? android:layout_height="fill_parent"
? ? ? ? android:layout_weight="1">
? ? ? ??
? ? </android.support.v4.view.ViewPager>
? ??
? ? <include layout="@layout/tab_bottom"/>
2015-10-16
layout_weight是將剩下的高度填充,所以要將layout_height設置為0