Android XML 字符串 'et cetera' 编码?

标签 android android-xml

这给了我一个错误:

<string name="txt_urbeautiful">What...</string>
Replace "..." with ellipsis character (…, &&;#8230;)

那么如何在 XML 中对“等等...”进行编码?

最佳答案

如错误所述,您必须将 ... 替换为 :

<string name="txt_urbeautiful">What&#8230;</string>

关于Android XML 字符串 'et cetera' 编码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16207444/

相关文章:

java - 我应该在发送电子邮件时使用什么异步任务或线程

android - 约束布局行为以匹配线性布局行为

android - 将图像对齐到另一个图像的中心

Android:将一个 xml 包含到另一个 xml 中

java - 如何将多个编辑文本字段的内容显示到一个 TextView ?

java - 无法在 Android VideoView 中播放 h264 流

android - AutoCompleteTextView float 提示

android - 有没有办法向 View 添加发光效果,例如按钮或 ImageView ?

android - 如何在数据绑定(bind)中不将参数传递给具有默认值的参数

android - 工具栏不从内部折叠工具栏显示