Does anyone know how to disable the blinking cursor in an EditText view?
Thanks, Kevin
You can use either the xml attribute android:cursorVisible="false" or the java function setCursorVisible(false).
android:cursorVisible="false"
setCursorVisible(false)
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
2 years ago
viewed
8198 times
active
10 months ago