How to set part of text to Bold when using AlertDialog\'s setMessage()? Adding and to my Strin
AlertDialog
setMessage()
Strin
In case if anyone wants to add only a single string:
<b>Enter license key</b>
Add this line in your Alertdialog code.
dialog.setTitle(Html.fromHtml(getString(R.string.abouttxt)))