EditText自定义光标样式

//设置光标颜色
android:textCursorDrawable="@drawable/solid_shape_bottom_line"

//去掉光标
android:textCursorDrawable="@null"

完整代码


et_cursor.xml



    
    

你可能感兴趣的:(EditText自定义光标样式)