I have the string <string name="getStarted">Get Started!</string>
.
I have set it's textview to android:fontFamily="sans-serif-light"
.
Can I have the Started!
as a regular fontFamily where the rest of the string (Get
) having a light weight?
I tried:
<string name="getStarted">Get <n>Started!</n></string>
like <b></b>
but well... n
is not a tag (n for normal).