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
EditText is a subclass of TextView - so except for editing, what applies to TextView applies to EditText as well.
EditText
TextView