I want my EditText
to display a keyboard that ONLY has numbers visible, no other characters.
I have tested with all available inputs and it doesn't work. I searched for a way to get a keyboard that only has numbers but I have only seen references to:
android: inputType = "numberPassword"
But I want the numbers to be visible, like this: (numberPassword)
I have tried with:
android:digits="0123456789"
android:inputType="phone"
and
android:inputType="number"
but it appears like this: