android中按钮右对齐,在Android中左右对齐双按钮布局

博主想在Android线性布局中实现两个按钮左右对齐,类似图库中的上一个和下一个按钮,但调整未成功。文中给出了XML布局代码,还提及实际产量和预期产量,最后询问解决办法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

我想将两个按钮与线性布局对齐,一个在左侧,一个在右侧,如图库中的下一个和上一个按钮.我试图调整它们但它不起作用.

XML布局代码:

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:orientation="vertical"

android:background="@android:color/white"

android:gravity="bottom" >

android:id="@+id/linearLayout1"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:background="@android:color/black" >

android:id="@+id/button1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="prev"

android:layout_alignParentRight="true" />

android:id="@+id/button2"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="next" />

实际产量:

c8db324d728e49d1e0a0c7ad4c3fc775.png

预期产量:

88e442773e93a39497c5476227627433.png

我该如何解决?

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值