I saw many related discussions but didn't find a suitable solution. What I need to do is to create a black border on the top and the bottom sides of an EditText widget. Is that possible?
Asked
Active
Viewed 4.4k times
2 Answers
2
This is possible with a NinePatchDrawable background.
http://developer.android.com/guide/topics/resources/drawable-resource.html#NinePatch

igorinov
- 429
- 3
- 6
0
Yes, it is. Just create your custom EditText
or set a suitable drawable as a background.

slezadav
- 6,104
- 7
- 40
- 61