Android Cursor size
        Posted  
        
            by Deborah Kim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Deborah Kim
        
        
        
        Published on 2010-05-03T10:46:01Z
        Indexed on 
            2010/05/03
            10:48 UTC
        
        
        Read the original article
        Hit count: 555
        
android
Hey,
Anyone knows how to change cursor size in Edittext in Anroid???
I'm trying to implement SMS function. I used EditText and tried to put background image. The background image has lines so I need to put extra space between lines so that the background image and the lines fit nicely. But... if I use linespacingextra, it increase cursor as well. That means the fontsize will be smaller than the cursor size.
Any idea??
© Stack Overflow or respective owner