Reputation: 9574
I need to get a border on the base of my android text view, it should look something like the count down -1:29 timer. I know I can create a image and put it on the background, but I need it to be a layout xml kinda thingy so that it adjusts with size of the text within for all phones.
Upvotes: 0
Views: 128
Reputation: 57672
Use a 9-patch image that can stretch horizontal and place it as a background. That is all you need.
Upvotes: 2