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