Reputation: 15052
I'm lloking for something that looks like a text box except I don't want the user to be able to type inside the box. How can I do it ?
Upvotes: 0
Views: 80
Reputation: 22740
disable EditText view by android:enabled="false"
android:enabled="false"
Upvotes: 1