Only show number buttons on Soft Keyboard in Android? -


On the soft keyboard in Android, you can set the soft keyboard to show the numbers instead of the edge keyboard using Android : InputType = "numberDecimal" . However, if I only want to show the top code line 1 2 3 4 5 6 7 8 9 then what should I do and the following lines starting with @ # $% No ... ?

Listen to Thanx!

You should only add this line to your code:

  input Type the set of input (configuration. KEYBOARD_12KEY);  

This numeric keyboard will show only .


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -