gpt4 book ai didi

android - 我改变了重力但按钮位置相同

转载 作者:搜寻专家 更新时间:2023-11-01 09:09:45 26 4
gpt4 key购买 nike

enter image description here

你能解释一下为什么当我改变重力时它没有改变吗?首先,当我更改它时,按钮的位置已更改,但现在我无法更改位置。

主要.XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical" >


<Button
android:id="@+id/button1"
android:layout_width="92dp"
android:layout_height="0dp"
android:layout_gravity="right"
android:layout_weight="1"
android:text="@string/button1" />

</LinearLayout>

最佳答案

为相关布局设置此属性 android:layout_width="match_parent" for LinearLayout(父布局)

关于android - 我改变了重力但按钮位置相同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9112274/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com