I changed the background color of the EditText to transperant. Now the EditText looks invisible when not focused. So how can I change the un-focused border color of EditText
Create a XML file with the following in drawable (say backwithborder.xml):
and for the EditText user attribute android:background="@drawable/backwithborder"
android:background="@drawable/backwithborder"