0

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

This cursor.

Estevanbs
  • 140
  • 2
  • 13

1 Answers1

2

Try this:

android:cursorVisible="false"
amtrax
  • 466
  • 7
  • 20