Android market text format

我的梦境 提交于 2019-12-22 10:57:12

问题


I saw some special characters used by developers in the description of their apps. How do I do that (for example show a star icon instead of *)?

Also - is it possible to show bold\italic\underlined text in the market description?


回答1:


I don't specifically what you are rerfering to. But I would imagine that you can copy any character out of character map(on windows) and paste into the description of your app on the developer console.




回答2:


Just copy paste the star character into your text (it is an unicode char) and you'll be set to go.

★ <-- copy paste this

Also I noticed it supports <b> tags, which is pretty useful.




回答3:


If all else fails, try inserting (empty) hyperlinks. Those are rendered in a slightly darker, bolder tone than the rest of the text.



来源:https://stackoverflow.com/questions/4831474/android-market-text-format

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!