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: 178
        
I need 2 ways of showing vertical label in Android:
- Horizontal label turned 90 degrees counterclockwise (letters on the side)
 - 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