如何在 android EditText 上打字时隐藏光标?

How to hide the cursor when typing on android EditText?

我想在用户在 EditText 上键入时隐藏光标。我该怎么做?

This cursor.

试试这个:

android:cursorVisible="false"