I'm new to android and i'm developing an app to generate musical notes based on user input. I have read related posts talking about adding underline to textview. For my app, certain notes(which are numbers) in textview need to have single underline, some need to have double underline and some need dot under them or even curve upon them.
I have been thinking of using similar utf-8 but haven't found numbers with such underlines and frown or arc tie.
So far people use Office Word equation to generate and edit such notes. I am not sure what's the best way to display it in android textview or giving the number with their subscript and subscript sign. Later on we even want to allow user to edit the notes.
Any idea of how to display numbers with superscript/subscript in textview?
Thanks for your help.