gpt4 book ai didi

android - 错误 : Error: Integer types not allowed (at 'layout_height' with value '10' )

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:30:27 25 4
gpt4 key购买 nike

<TextView
android:id="@+id/textView1"
android:layout_width="match_parent"
android:layout_height="10"
android:layout_alignBottom="@+id/editText2"
android:layout_alignRight="@+id/editText2"
android:layout_alignEnd="@+id/editText2"
android:layout_marginBottom="63dp"
android:text="@string/hello" />

每次我输入不带字符串的文本时,它都会给我一个黄色的 I sign。所以我做了一个字符串。现在我在 layout_height 收到了上面的消息。我是 android 开发的新手。

最佳答案

使用 dp 或 sp 指定整数值

 android:layout_height="10dp"

 android:layout_height="35sp"

关于android - 错误 : Error: Integer types not allowed (at 'layout_height' with value '10' ),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27819194/

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