I would like to write text vertically using a TextView
in android.
I would like the output to be as shown below
T
E
X
T
Is this possible without code?
I would like to write text vertically using a TextView
in android.
I would like the output to be as shown below
T
E
X
T
Is this possible without code?
Yes you can. It's really simple, just add \n
after each character.