写在20120410:layout_weight的使用
layout_weight的使用环境:
1.控件所在Layout必须是LinearLayout。
2.LinearLayout的orientation属性设置成"horizontal"
3.子控件的layout_weight属性设置为"fill_parent"
发布时间: 2013-08-04 18:26:16 作者: rapoo
写在20120410:layout_weight的使用
layout_weight的使用环境:
1.控件所在Layout必须是LinearLayout。
2.LinearLayout的orientation属性设置成"horizontal"
3.子控件的layout_weight属性设置为"fill_parent"