码迷,mamicode.com
首页 > 移动开发 > 详细

android 修改EditText 中光标

时间:2014-07-26 17:05:11      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:android   color   使用   文件   text   a   XML   图片   

在使用EditText的XML 文件中加入一个属性:


android:textCursorDrawable="@null"

android:textCursorDrawable   这个属性是用来控制光标颜色的,

"@null"   是作用是让光标颜色和text color一样

android:textCursorDrawable 的用法可以查看android sdk

 

另外可以用一个图片来修改光标的颜色大小

android:textCursorDrawable="@drawable/cursor_bg_image"

android 修改EditText 中光标,布布扣,bubuko.com

android 修改EditText 中光标

标签:android   color   使用   文件   text   a   XML   图片   

原文地址:http://www.cnblogs.com/kaixiner/p/3870248.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!