I searched for a long time to get the answer, and now it's time to ask my question on stackoverflow.
I canβt imagine that the Android OS does not have the ability to allow the launch of the soft keyboard in the number / symbol code and give the user the opportunity to return to the letter?
I have already tried this, but to no avail:
in code:
editTextHouseNumber.setRawInputType(InputType.TYPE_CLASS_NUMBER); editTextHouseNumber.setInputType(InputType.TYPE_CLASS_NUMBER);
xmlLayoutFile:
android:inputType="textPostalAddress" android:inputType="number|textCapCharacters" android:inputType="number"
please, help
source share