Change cursor color of an Editext for below 3.0 ve

2019-08-10 06:27发布

问题:

I want to change the android's edittext cursor color.I have used android:textCursorDrawable property but it supports only API level 12 or above.but my project minSDKVersion is 9 .So how can i change cursor color in below API level 12.