写在20120410:layout_weight的施用

写在20120410:layout_weight的使用layout_weight的使用环境:1.控件所在Layout必须是LinearLayout。2.Linear

写在20120410:layout_weight的使用
layout_weight的使用环境:
1.控件所在Layout必须是LinearLayout。
2.LinearLayout的orientation属性设置成"horizontal"
3.子控件的layout_weight属性设置为"fill_parent"