首页 > 其他 > 详细

layout_weight

时间:2014-06-15 22:56:26      阅读:431      评论:0      收藏:0      [点我收藏+]

在layout_width設置為fill_parent的時候,layout_weight所代表的是你的控件要優先盡可能的大,但這個大是有限度的,即fill_parent.

在layout_width設置為wrap_content的時候,layout_weight所代表的是你的控件要優先盡可能的小,但這個小是有限度的,即wrap_content.

layout_height 同 layout_width.

1. layout_width="fill_parent", button1的weight=1,button2的weight=2;

bubuko.com,布布扣 

2.layout_width="fill_parent", button1的weight=1,button2的weight=2000;

bubuko.com,布布扣

 

------------------------------------------------------------------------------------------------------------------------------------------------

 

3.layout_width="wrap_content", button1的weight=1,button2的weight=2;

bubuko.com,布布扣

 

 

 

4.layout_width="wrap_content", button1的weight=1,button2的weight=2000;

bubuko.com,布布扣

 

layout_weight,布布扣,bubuko.com

layout_weight

原文:http://www.cnblogs.com/lyz459/p/3785371.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!