Search code examples
javaandroidandroid-edittext

How to hide the cursor when typing on android EditText?


I want to hide the cursor when user types on the EditText. How can I do it?

This cursor.


Solution

  • Try this:

    android:cursorVisible="false"