I have string which should look like below
<string name="text">
<![CDATA[Text in bigger font size 20.. Text in normal font size 10
]]>
</string>
Any idea or inputs whether this can be achievable? It is preferable if I use CDATA tag, but unfortunately the font tag isn't working inside the CDATA. The font through the text remains the same even if I set the size.. I will consume this string in a TextView.