Android学习—LinearLayout布局中实现左右对齐-创新互联

在android中的控件LinearLayout 中的android:gravity="center"  属性,要么是居左、居右、居中对齐,android:gravity="right" 和 android:gravity="left"  并不能达到双控件的左右两端对齐,

创新互联专注于兴隆台网站建设服务及定制,我们拥有丰富的企业做网站经验。 热诚为您提供兴隆台营销型网站建设,兴隆台网站制作、兴隆台网页设计、兴隆台网站官网定制、微信小程序开发服务,打造兴隆台网络公司原创品牌,更为您提供兴隆台网站排名全网营销落地服务。

要实现两端对齐方式,要采用 中间增加一个控件的方式实现 ,并设置属性android:layout_weight="1",原因是设置android:layout_weight="1",就把控件均分了。

具体的布局文件如下:

Xml代码 Android学习—LinearLayout布局中实现左右对齐 Android学习—LinearLayout布局中实现左右对齐Android学习—LinearLayout布局中实现左右对齐

  1. <?xml version="1.0″ encoding="utf-8″?>

  2. <LinearLayout

  3.   android:layout_width="match_parent"

  4.   android:layout_height="20dp"

  5.   android:background="#EFEFEF"

  6.   android:orientation="horizontal">

  7.   <Button

  8.       android:text="button1"

  9.       android:layout_marginLeft="4dp"

  10.       android:id="@+id/btnlogin_main"

  11.       android:layout_height="20dp"

  12.       android:layout_width="wrap_content"

  13.       android:textSize="12dp"

  14.       android:background="#EFEFEF"

  15.       android:textColor="#404040">

  16.   </Button>

  17.   <TextView

  18.     android:layout_width="wrap_content"

  19.     android:layout_height="wrap_content"

  20.     android:layout_weight="1" />

  21.   <Button

  22.     android:id="@+id/btnSetting_Main"

  23.     android:layout_marginRight="4dp"

  24.     android:layout_width="wrap_content"

  25.     android:layout_height="20dp"

  26.     android:text="button2"

  27.     android:textSize="12dp"

  28.       android:background="#EFEFEF"

  29.       android:textColor="#404040">

  30.   </Button>

  31. </LinearLayout>

 效果如图:

    Android学习—LinearLayout布局中实现左右对齐

实现两个button按钮 两端对齐

另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。

分享题目:Android学习—LinearLayout布局中实现左右对齐-创新互联
文章网址:https://www.cdcxhl.com/article12/dsdidc.html

成都网站建设公司_创新互联,为您提供网站收录App开发外贸建站网站营销定制开发搜索引擎优化

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

外贸网站制作