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 &#8482;</string> 

where &#8482;


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -