gpt4 book ai didi

android - 如何将 < 或 > 放在 android 按钮中

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

Eclipse 不接受按钮文本的小于符号,是否有办法将其转义以便显示在按钮上?

    <Button android:id="@+id/button_prev_line"
android:text="<line"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

最佳答案

转义 <&lt;>&gt;

通常你应该转义以下字符:

< &lt;
> &gt;
" &quot;
& &amp;

关于android - 如何将 < 或 > 放在 android 按钮中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3988521/

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