I just basically want to switch to the number pad mode as soon a certain EditText has the focus.
You can configure an inputType for your EditText:
inputType
EditText
<EditText android:inputType="number" ... />
1.4m articles
1.4m replys
5 comments
57.0k users