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

c# - How to get the current UAC mode -

python - Redis Error 8 connecting localhost:6379. nodename nor servname provided, or not known -