Hello! I'm trying to add a custom background to some words inside my TextView. Adding a solid color background is easy, by using BackgroundColorSpan. However, I want a rounded corners background (like `new PaintDrawable(Color.GREEN).setCornerRadius(8)' ).
I tried several other android.text.style.*Spans, but failed. So the question is, how to add a custom background to some words inside a TextView? Thank you! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

