I want to show numerical keyboard when edittext is focused. I tried
myEditText.setInputType(InputType.TYPE_CLASS_NUMBER)
but then it only accepts number as an input and ignores backspace etc.
I just want that numerical keyboard is showed rather than letters