Android Replace “…” with ellipsis character

后端 未结 7 728
暗喜
暗喜 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条回答
  •  借酒劲吻你
    2020-12-12 09:50

    If you're using Eclipse then you can always do the following:

    • Right click on the warning
    • Select "Quick Fix" (shortcut is Ctrl + 1 by default)
    • Select "Replace with suggested characters"

    This should replace your three dots with the proper Unicode character for ellipsis.

    Just a note: The latest version of ADT (21.1) sometimes won't do the replace operation properly, but earlier versions had no problem doing this.

    This is the character:

提交回复
热议问题