In Textview, How Do I Change Only Part Of The Text Style?
sorry, question's title was created in google translate. My english is too short.. anyway, my question is How to change part of text style, in One TextView.. Example, TextView1's
Solution 1:
You can use spannable string, or some library with rich textview widget, such as https://github.com/quiqueqs/BabushkaText
Post a Comment for "In Textview, How Do I Change Only Part Of The Text Style?"