Android遇到有时候EditText光标不显示,或者颜色不同
可以用这种方法解决
Setting the android:textCursorDrawable attribute to @null should result in the use of android:textColor as the cursor color.
android:textCursorDrawable="@null"
Android遇到有时候EditText光标不显示,或者颜色不同
可以用这种方法解决
Setting the android:textCursorDrawable attribute to @null should result in the use of android:textColor as the cursor color.
android:textCursorDrawable="@null"