[android] How to disable keypad popup when on edittext?

Just need to add property android:focusable="false" in particular EditText in the layout xml. Then you can write click listner for EditText without keypad popup.