How to make a TextView Text vertical

后端 未结 3 401
天涯浪人
天涯浪人 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:44

    A simple solution may be to insert a \n after each character, and make sure that the the height is set to fill_parent.

提交回复
热议问题