Vertical (rotated) label in Android

Posted by DroidIn.net on Stack Overflow See other posts from Stack Overflow or by DroidIn.net
Published on 2009-08-11T02:57:07Z Indexed on 2010/04/09 8:53 UTC
Read the original article Hit count: 144

I need 2 ways of showing vertical label in Android:

  1. Horizontal label turned 90 degrees counterclockwise (letters on the side)
  2. Horizontal label with letters one under the other (like a store sign)

Do I need to develop custom widgets for both cases (one case), can I make TextView to render that way, and what would be a good way to do something like that if I need to go completely custom?

© Stack Overflow or respective owner

Related posts about android

Related posts about textview