比如說上邊有個標題欄,底部有個信息欄,中間一個framelayout,這個framelayout如何設置填充除標題欄和底部信息欄之外的中間位置?
頂部<linearlayout android:layout_height="固定高度/>
中間<framelayout android:layout_height="wrap_content"
android:layout_weight="1"//關鍵設置這個屬性
底部 <linearlayout android:layout_height="固定高度/>