EditText view with keyboard number only

objektif

New Member
I wanted a keyboard ONLY with visible numbers to an EditText view. Without any other character.I already tested with all inputs and nothing work.I have searched a way to get a keyboard only with numbers but I have only seen references to:\[code\]android: inputType = "numberPassword"\[/code\]But i want visible numbers in EditText.Someone can help me?I want a keyboard like that: (numberPassword)
jW4sd.png
with:\[code\]android:digits="0123456789"android:inputType="phone"\[/code\]and \[code\]android:inputType="number"\[/code\]appears like that:
Q8JMk.png
 
Back
Top