How To Nicely Scale A Background Image Of A Textview For Android
I'm battleing with extending a TextView for my Android app. I'd like to create 'bubbles' to display text messages in a conversation, similar to the native iPhone SMS conversations.
Solution 1:
What you are looking for is a 9.patch image. See draw 9 patch documentation.
Post a Comment for "How To Nicely Scale A Background Image Of A Textview For Android"