How to disable Android Soft Keyboard for a particular activity?

后端 未结 6 1760
南旧
南旧 2021-02-08 11:03

I have an activity with one EditText where I need to input numbers only.

Now, I have defined the Input Type for my EditText to be number only and have drawn up a pretty

6条回答
  •  广开言路
    2021-02-08 11:51

    Just thought it might be possible to extend EditText and handle the access to the softkeyboard through there and came across this question which has a very elegant solution to my problem.

    Just followed the steps and this handled the softkeyboard perfectly for me. Hope it helps others that come across this issue.

提交回复
热议问题