I want to display one string which contain some dynamic and static data.I want regular custom font for dynamic data and light font for static data
Below is the string i have mention in string.xml
<string name="my_string"> <![CDATA[<b><font color=#000000> %1$s </font></b>]]> posted a<![CDATA[<b><font color=#000000> Something </font></b>]]> that matches your preferences at</string>
I have declare light font in textview but how an i give regular font for dynamic data.