Android – the trademark (TM) logo is displayed as a question mark on the device

I'm displaying trademark symbols attached to text( ™) As the title of the dialog box. It works normally in the simulator. But when I run the same in the device, it will be displayed as a question mark (?). Why does any idea happen and how to avoid it?

resolvent:

EDITED

You can do this:

<string name="Trademark_symbol">&#8482;</string>
<string name="app_name">My Application &#8482;</string>

Try this operation in the layout editor and you will see the symbol

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>