0

In my app, I want to have the dates displayed such as this: enter image description here

For the same, I am using the suggestions which I found on Stackoverflow here:

Option 1

Option 2

I tried Option 1 and this is the outcome:

enter image description here

The problem is that the 'th' is clearly too large but I could not find any way on how to adjust the size of the superscript text only.

Any suggestions?

Sammuel
  • 27
  • 5
  • Have you tried [this](https://stackoverflow.com/questions/7954040/android-making-superscript-text-in-textview-got-cutted/8968771)? – aytek Mar 15 '21 at 16:07

1 Answers1

0

you need to set text on the textview through HTML Tag like this-

(Html.fromHtml("8th")

  • I think your answer doesn't answer the question. He wants to control the size of the superscript text. – aytek Mar 15 '21 at 16:09