How to disable special characters on keyboard in android code example
Example: How to disable special characters on keyboard in android
try to add the digits parameter to your editText:
android:digits="abcde.....012345789"
try to add the digits parameter to your editText:
android:digits="abcde.....012345789"