I want to make a read-only EditText view. The XML to do this code seems to be android:editable="false", but I want to do this in code.
EditText
android:editable="false"
How can I do this?
Please use this code..
Edittext.setEnabled(false);
1.4m articles
1.4m replys
5 comments
57.0k users