I have an EditText with inputMode = text. By default software keyboard is shown as alphabetical and user have to switch it to numeric by pressing specific key (
you can achieve it by setting the below attribute to EditText on xml has follows android:inputType="number"
android:inputType="number"