gpt4 book ai didi

xml - 对齐宽度时 LinearLayout layout_weight = “1” 需要单位

转载 作者:行者123 更新时间:2023-12-04 03:45:41 24 4
gpt4 key购买 nike

我使用android:layout_weight = "1"来对齐元素,但我想不通为什么要指定度量单位。

这是什么原因?

<LinearLayout
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp">
<Button
android:text="+"
android:layout_width="odp"
android:layout_height="65dp"
android:layout_weight="1"// requires a unit
android:background="@android:color/black"
android:textColor="@android:color/white"
android:id="@+id/bttnPlus"
android:layout_marginRight="20.0dp" />
<Button
android:text="-"
android:layout_width="odp"
android:layout_height="65dp"
android:layout_weight="1"// requires a unit
android:background="@android:color/black"
android:textColor="@android:color/white"
android:layout_marginRight="20.0dp"
android:id="@+id/bttnMinuse" />
</LinearLayout>

最佳答案

不需要单位,是Visual-Studio的问题。

在此thread :

它应该在 Visual-Studio v16.9 Preview 中修复。

关于xml - 对齐宽度时 LinearLayout layout_weight = “1” 需要单位,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65188849/

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