Android Open number keyboard in android
I've an editBox whose property is set to android:inputType="number". Now,
if I exclusively touch the editBox, I get numberkeyboard. But when
programatically I make focus, then qwerty keyboard appears.
InputMethodManager m = (InputMethodManager) context
.getSystemService(Context.INPUT_METHOD_SERVICE);
shows the simple qwerty keyboard. What if I want to open the number
keyboard ?
No comments:
Post a Comment