How to use a superscript in XML for android, without using java

How to add superscript in TextView in XML for android in xml document itself? Every answer I saw requires you to install it in java. I tried using html tags both in the strings.xml file and in the layout that I am working on myself, and everything that happens, I get an error message, or it also prints tags

+3
source share

All Articles