How to make a TextView Text vertical

后端 未结 3 508
天涯浪人
天涯浪人 2021-01-19 05:04

I want a vertical label for my app. Is there a property to make text vertical? Here\'s what I mean vertical label:

S
t
a
c
k
o
v
e
r
f
l
o
w
3条回答
  •  没有蜡笔的小新
    2021-01-19 05:42

    Add \n after every letter. In the layout xml it won't appear right, but running it to an actual device or emulator will appear correct.

     
    

    you can set the layout_height to wrap_content as well.

提交回复
热议问题