How to change EditText cursor height?

后端 未结 3 764
独厮守ぢ
独厮守ぢ 2021-01-02 02:10

I want to change the EditText cursor height, does anyone know how?

3条回答
  •  离开以前
    2021-01-02 02:13

    Paddings can be used to control cursor height

    cursor.xml

    
    
        
        
    
    

    cursor_with_padding.xml

    
    
        
    
    

    layout

    
    

提交回复
热议问题