在android中的控件LinearLayout 中的android:gravity="center" 属性,要么是居左、居右、居中对齐,android:gravity="right" 和 android:gravity="left" 并不能达到双控件的左右两端对齐,
创新互联专注于兴隆台网站建设服务及定制,我们拥有丰富的企业做网站经验。 热诚为您提供兴隆台营销型网站建设,兴隆台网站制作、兴隆台网页设计、兴隆台网站官网定制、微信小程序开发服务,打造兴隆台网络公司原创品牌,更为您提供兴隆台网站排名全网营销落地服务。要实现两端对齐方式,要采用 中间增加一个控件的方式实现 ,并设置属性android:layout_weight="1",原因是设置android:layout_weight="1",就把控件均分了。
具体的布局文件如下:
Xml代码
<?xml version="1.0″ encoding="utf-8″?>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="20dp"
android:background="#EFEFEF"
android:orientation="horizontal">
<Button
android:text="button1"
android:layout_marginLeft="4dp"
android:id="@+id/btnlogin_main"
android:layout_height="20dp"
android:layout_width="wrap_content"
android:textSize="12dp"
android:background="#EFEFEF"
android:textColor="#404040">
</Button>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1" />
<Button
android:id="@+id/btnSetting_Main"
android:layout_marginRight="4dp"
android:layout_width="wrap_content"
android:layout_height="20dp"
android:text="button2"
android:textSize="12dp"
android:background="#EFEFEF"
android:textColor="#404040">
</Button>
</LinearLayout>
效果如图:
实现两个button按钮 两端对齐
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
分享题目:Android学习—LinearLayout布局中实现左右对齐-创新互联
文章网址:https://www.cdcxhl.com/article12/dsdidc.html
成都网站建设公司_创新互联,为您提供网站收录、App开发、外贸建站、网站营销、定制开发、搜索引擎优化
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联