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

android 2个按钮 显示在同一列

时间:2014-11-13 09:16:54      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:android   color   ar   sp   div   on   代码   bs   ef   

 
将下列代码放在同一个 线性布局里面
 
<RelativeLayout    android:layout_width="fill_parent"
    android:layout_height="wrap_content">
<Button
    android:id="@+id/buttonClick"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Click"
    android:layout_alignParentLeft="true" />
  
<Button
    android:id="@+id/buttonShare"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Share"
    android:layout_alignParentRight="true" />
</RelativeLayout>

android 2个按钮 显示在同一列

标签:android   color   ar   sp   div   on   代码   bs   ef   

原文地址:http://www.cnblogs.com/penger/p/4094034.html

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