I am trying to set the google keyboard number keypad as default but so far no luck. Below is the image where number pad also has an option to switch to ABC Keypad. Normally, when we want only characters or number then in inputType of editText we can set accordingly but how to set this kind of numeric keypad as default when user clicks on editText field. Also should be able to switch to ABC keypad.
Asked
Active
Viewed 2,809 times
3

Karan Harsh Wardhan
- 1,096
- 9
- 22

nethra gowda
- 290
- 1
- 4
- 23
-
Could you post some of the code of what you've tried to do to show the numeric pad? – Ícaro Oct 18 '18 at 12:16
-
I was trying methods of edittext such as setInputType and setRawInputType that didn't help me. – nethra gowda Oct 18 '18 at 12:18