Always On Numeric Keyboard in Android App

463 Views Asked by At

On a new page (many pages actually) in my app, I want the numeric keyboard to be always on, is this possible?, instead of making individual buttons for each number.

1

There are 1 best solutions below

3
On BEST ANSWER

You can set it per field, I don't know if you can set it as default though

<EditText android:inputType="number" ... />