Create a XML file with the following in drawable (say backwithborder.xml):
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#00000000" />
<stroke android:width="1dip" android:color="#ffffff" />
</shape>
and for the EditText user attribute android:background="@drawable/backwithborder"
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…