How to Prevent Keyboard appearing for EditText that is not enabled

前端 未结 6 789

My activity has an EditText which is supposedly not editable until user clicks on edit button for the screen.

I did edit.setEnabled(false)

6条回答
提交回复
热议问题