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
add below two line into your edittext xml:
android:focusable="false" android:inputType="none"