When I include the below XML to layout file, I can see the below image. If you see it, you could realize that the TextView has top and bot
XML
TextView
android:background="@android:drawable/editbox_background"
use it according to you change it that you want editbox_background. because android provide some build in background like above code choose according to your requirement. May be it is help full to you.