Issue
I wanted to ask if it is possible to make a vertical button in which the text is written top to down? For instance, consider the basic button when dropped into the layout. I want to rotate it and make the "button" text written vertically.
Thanks a lot in advance.
EDIT: I meant a button like this
Solution
Set its text like this android:text="B\nu\nt\nt\no\nn"
. Don't use rotation
. Change its width to what you like.
Answered By - user8959091
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.