作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
Eclipse 不接受按钮文本的小于符号,是否有办法将其转义以便显示在按钮上?
<Button android:id="@+id/button_prev_line"
android:text="<line"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
最佳答案
转义 <
与 <
和 >
与 >
通常你应该转义以下字符:
< <
> >
" "
& &
关于android - 如何将 < 或 > 放在 android 按钮中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3988521/
我是一名优秀的程序员,十分优秀!