I want to hide the cursor when user types on the EditText. How can I do it?
This cursor.
Try this:
android:cursorVisible="false"