Android EditText - Stop cursor blinking, want a solid cursor
问题 I want to be able to see the cursor all the time. No blinking, and no hiding. I could extend editText and get into rendering a graphic and of-setting it as the text is written but this is just a pain and will need redundant work to recognise user taps / cursor moves. To be clear editText.setCursorVisible(false); Is not the answer I am looking for. Possibly it could be set in the XMl drawable file? <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res