I have an EditText input in Android 4.0 and the Cursor is not showing inside it.
EditText
What can make the cursor not appear in the input field?
Make android:cursorVisible="true"
android:cursorVisible="true"
and
If you have used android:textColor then set the android:textCursorDrawable attribute to @null.
android:textColor
android:textCursorDrawable
@null
Happy coding ;)