So I wanted to have a TextView with a cool border around it. I couldn\'t find any standard way of doing it, so I came up with this:
@drawable/custom_bg_1: A blue rounded
Why not try stroke instead of solid?
According to Shape Drawable you can do something like:
instead of and then set it as your TextView background.
TextView