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?
Add this line for your edit text in the xml file.
android:textCursorDrawable="@null"