I am on making a widget layout, I need to display superscript type thing like
, like PM displaying in this picture, I am thinking if there is any tool which acts like superscript. Will appreciate your help.
I am on making a widget layout, I need to display superscript type thing
Share
You want to use Html#fromHtml and use the HTML < sup > tag.
Here is what it will look like if you set the text in a
TextViewin java:More info can be found on this SO Post: Subscript and Superscript a String in Android