Android disable blinking cursor on Edittext view.
This post about how to disable blinking cursor on edittext view.
editText.setCursorVisible(false);
This post about how to disable blinking cursor on edittext view.
editText.setCursorVisible(false);
No comments:
Post a Comment