Android有时候EditText光标不显示,或者颜色不同
2017-03-25 本文已影响0人
冯员外_SundarFung
Android遇到有时候EditText光标不显示,或者颜色不同
可以用这种方法解决
Setting the android:textCursorDrawable attribute to @null should result in the use of android:textColor as the cursor color.
android:textCursorDrawable="@null"
