Android的替换” ..."用省略号 [英] Android Replace "..." with ellipsis character

查看:273
本文介绍了Android的替换” ..."用省略号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

由于AVD工具16我得到这样的警告:

Since AVD tools 16 I'm getting this warning:

Replace "..." with ellipsis character (..., …) ?

在我的strings.xml

in my strings.xml

在这行

 <string name="searching">Searching...</string>

如何更换......它只是从字面上:&放大器;#8230;

如果有人可以解释这种编码好吗?

If someone could explain this encoding please?

推荐答案

&放大器;#8230; 是UNI code为 ... ,所以只需更换它。最好是把它作为一个字符/符号超过三个点。

&#8230; is the unicode for "" so just replace it. It's better to have it as one char/symbol than three dots.

这篇关于Android的替换&rdquo; ...&QUOT;用省略号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆