美文网首页
Android有时候EditText光标不显示,或者颜色不同

Android有时候EditText光标不显示,或者颜色不同

作者: 冯员外_SundarFung | 来源:发表于2017-03-25 22:31 被阅读0次

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

    android:textCursorDrawable="@null"
    
    text.jpg

    相关文章

      网友评论

          本文标题:Android有时候EditText光标不显示,或者颜色不同

          本文链接:https://www.haomeiwen.com/subject/ynhhottx.html