Skip to content Skip to sidebar Skip to footer

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

Solution 2:

I have same problem i use calligraphy

https://github.com/chrisjenx/Calligraphy

It working fine....

Post a Comment for "In Textview, How Do I Change Only Part Of The Text Style?"