App name with superscript text android -
i want name android application super script (uno ™ ). see tm smaller , of line.
i used html.fromhtml(x +"<sup><font style=\"font-size:1;\">tm</font ></sup>"));
also in strings.xml used <string name="app_name"> x<sup><font style="font-size:1;">tm</font></sup> </string>
also doesn't work. how can this?
you need use unicode symbol trademark instead.
<string name="app_name"> name ™</string> where ™ ™
Comments
Post a Comment