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 -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -