Android Replace “…” with ellipsis character

后端 未结 7 727
暗喜
暗喜 2020-12-12 09:20

Since AVD tools 16 I\'m getting this warning:

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

in my strings.xml

at thi

7条回答
  •  -上瘾入骨i
    2020-12-12 09:53

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

提交回复
热议问题