Standard software keyboard which is shown for any focused EditText
takes too much space. I have to create my own built-in software keyboard right in the app and i need to prevent default software keyboard shown for the control. I'm using editor.setInputType(InputType.TYPE_NULL)
but cursor is hidden too.
How to prevent software keyboard shown but with cursor visible?