I have a Textview in which i am showing text 12345 now i want to show text
Textview
12345
1 2 3 4 5
I tried rotation<
rotation<
You could extend TextView to your custom VerticalTextView and override setText() method. In setText implementation you could iterate through text and modify it inserting linebreaks \n. After you finish just set result value to your view.
TextView
VerticalTextView
setText()
setText
\n