Hiding the android keyboard for EditText

前端 未结 10 2061
慢半拍i
慢半拍i 2020-12-17 14:27

Whenever I click in the EditText the Android keyboard popup window appears, but I don\'t want the keyboard to pop up.

I want to permanently hide the and

10条回答
  •  春和景丽
    2020-12-17 15:03

    In your xml set attribute editable to false. it won't let you edit the text and the keyboard will not be opened.

    
    

提交回复
热议问题