码迷,mamicode.com
首页 > 移动开发 > 详细

【android】两个按钮的宽度各占屏幕的一半

时间:2014-05-16 05:51:38      阅读:298      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   class   code   c   

1 <LinearLayout>
2     <Button android:layout_height="wrap_content" android:layout_width="fill_parent" android:layout_weight="1"/>           
3     <Button android:layout_height="wrap_content" android:layout_width="fill_parent" android:layout_weight="1"/> 
4 </LinearLayout>

 

【android】两个按钮的宽度各占屏幕的一半,布布扣,bubuko.com

【android】两个按钮的宽度各占屏幕的一半

标签:android   style   blog   class   code   c   

原文地址:http://www.cnblogs.com/zhjsll/p/3726298.html

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