I am having this issue where I am using the Android\'s Holo theme on a tablet project. However, I have a fragment on screen which has a white background. I am adding an
Setting the android:textCursorDrawable attribute to @null should result in the use of android:textColor as the cursor color.
android:textCursorDrawable
@null
android:textColor
Attribute "textCursorDrawable" is available in API level 12 and higher