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

Popular posts from this blog

python 2.7 - Chat Solution for Mobile App -

jquery - Detect current Section with javascript -