码迷,mamicode.com
首页 > 其他好文 > 详细

EditText 光标不显示问题

时间:2015-04-13 18:49:26      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:

android:textCursorDrawable="@drawable/bg_txt_cursor"

1 <?xml version="1.0" encoding="utf-8"?>
3 <shape xmlns:android="http://schemas.android.com/apk/res/android"
4     android:shape="rectangle">
5      <solid android:color="@android:color/black" />
6      <size android:width="1dp" />
7 </shape>

 

EditText 光标不显示问题

标签:

原文地址:http://www.cnblogs.com/androidsj/p/4422648.html

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