Here is the XML:
Try using HTML tags in your strings.xml file. This is how you can do it, android string.xml reading html tags problem
To do it programmatically,
TextView t = new TextView(mContext); t.setText(Html.fromHtml("This is bold"));