I am working with android textview. I need print subscript under superscript.
This is my code:
<string name="abc">Text<sup>supertext</sup><sub>subtext</sub></string>
And this is what i get:
Textsuertextsubtext
But i need something like:
Is it possible to do that only in XML without using java?