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 file you can use this:
android:editable="false"