I want to name my Android app using a super script (UNO ™). As you can see, tm is smaller and up the line.
I used Html.fromHtml(X +"<sup><font style=\"font-size:1;\">TM</font ></sup>"));
Also in strings.xml I used <string name="app_name"> X<sup><font style="font-size:1;">TM</font></sup> </string>
And it does not work. How can i do this?
source
share