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)
with:\[code\]android:digits="0123456789"android:inputType="phone"\[/code\]and \[code\]android:inputType="number"\[/code\]appears like that: