码迷,mamicode.com
首页 > 其他好文 > 详细

layout_weight

时间:2014-06-15 22:57:20      阅读:325      评论:0      收藏:0      [点我收藏+]

标签:style   http   ext   color   width   strong   

在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

标签:style   http   ext   color   width   strong   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!