Customize EditText Android
You can save this code in drawable folder on Android Studio
<stroke
android:width="2dp"
android:color="#000000" />
After create it, you can attach in your layout xml using "android:background="@drawable/edit_text_border""