Belgi
Belgi

Reputation: 15052

Android: How can I create a box?

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

Answers (1)

evilone
evilone

Reputation: 22740

disable EditText view by android:enabled="false"

Upvotes: 1

Related Questions