This question already has an answer here:
- Can we have uneditable text in edittext 2 answers
I have an edit text. How can I make it non editable from the code.
By giving the tag android:editable
we can do in the layout.. But I need to do it in the code...Pls Help
I am using for this problem, this solution:
I believe it is as simple as
If you didnt find yet an answer, i have found this in the net:
http://code.google.com/p/android/issues/detail?id=2854
Refer EDITTEXT