I have checked on how to achieve this but I have not gotten the solution yet.
Scenario : I have an edit-text with a long string in it. I want to set a custom font on about 2 words in the edit-text. How do I do that please?
I have checked on how to achieve this but I have not gotten the solution yet.
Scenario : I have an edit-text with a long string in it. I want to set a custom font on about 2 words in the edit-text. How do I do that please?
You can use SpannableString
for text customization.
Try this: https://stackoverflow.com/a/10741161/7001152