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 - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -