I have EditField. I want to show virtual keyboard only with number, without letters. Is it possible?
editText.setInputType(InputType.TYPE_CLASS_NUMBER);