Is it possible to write vertically in a textview in android?
        Posted  
        
            by Sephy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sephy
        
        
        
        Published on 2010-05-22T16:03:46Z
        Indexed on 
            2010/05/22
            16:10 UTC
        
        
        Read the original article
        Hit count: 243
        
LEts say you have a normal textview, with "Stackoverflow" written in it, I would like to know if it it possible to rotate the textview about -90°, to have the S at the bottom and the W at the top of the screen? of course, i could write my text in an image, rotate it and use it that way, but im interested in text right now. thank you
© Stack Overflow or respective owner