On your EditText set attributes android:focusable="false" and android:enabled="true".
And set OnClickListener to that EditText. The click on that Edittext triggers the onClick() method but it can’t be edited. I just tried it.
On your EditText set attributes android:focusable="false" and android:enabled="true".
And set OnClickListener to that EditText. The click on that Edittext triggers the onClick() method but it can’t be edited. I just tried it.