Search code examples
androidkeyboardalways-on-top

Always On Numeric Keyboard in Android App


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.


Solution

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

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