I have a problem with EditText background like this
You don't need to create the image. There is a built in image in the android system that you can use.So edit your EditText in xml as following;-
Note this line : android:background="@android:drawable/editbox_background_normal"
android:background="@android:drawable/editbox_background_normal"