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
Just add an border to EditText : First Of all add an border.xml in Resources/Drawable
Second step : add android:background="@drawable/border" to TextView