How to disable Android Soft Keyboard for a particular activity?

后端 未结 6 1758
南旧
南旧 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:55

    In Whichever Edittext you need to disable the soft keyboard, add attribute in xml of that edit text.

    
    

    It will stop the execution of soft keyboard.

提交回复
热议问题