Add numeric keyboard in android -
it's possible set or add numeric keyboard without +, -, . sign
in android app?
i want 0-9, backspace , enter
keys?
i tried
inputtype="number" setrawinputtype(inputtype.type_class_number)
but doesn't work.
try add line on code:
- input.setrawinputtype(configuration.keyboard_12key);
this show only numeric keyboard.
Comments
Post a Comment