Whenever I click in the EditText the Android keyboard popup window appears, but I don\'t want the keyboard to pop up.
EditText
I want to permanently hide the and
In your xml set attribute editable to false. it won't let you edit the text and the keyboard will not be opened.