How to make an EditText look like a TextView that is done in Java but not in XML..
I have seen how to do it using xml file like
style=\"@android:styl
Make EditText behave as a TextView in code
try this
android:longClickable="false" android:clickable="false" android:cursorVisible="false" android:editable="false"