首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

写在20120410:layout_weight的施用

2013-08-04 
写在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"

热点排行