gpt4 book ai didi

android xml Textview文本属性不能取 '<'作为值

转载 作者:太空宇宙 更新时间:2023-11-03 12:06:02 24 4
gpt4 key购买 nike

我不会打字

   <Button
android:id="@+id/del"
android:text="<"
android:textColor="#FFFFFF"/>

报错

Error:(317) Error parsing XML: not well-formed (invalid token)

最佳答案

在 XML 中这样做:

<Button
android:id="@+id/del"
android:text="&lt;"
android:textColor="#FFFFFF"/>

以编程方式:

button.setText("<");

关于android xml Textview文本属性不能取 '<'作为值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31027809/

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