How to change EditText cursor height?

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

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

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-02 02:28

    change the editText style to a custom style

    @style/myEditText
    

    then use a drawable to set the cursor:

    
    

提交回复
热议问题