I am developing an Android app. I need to know how we can have a EditText with border. In Lolipop they have completely changed the EditText style. Can we do it without using
You can do it using xml.
Create an xml layout and name it like my_edit_text_border.xml
Add background to your Edittext
Edittext