I use tag in android textview like this
resultTextView.setText(Html.fromHtml(\"T
Try this one,Its working for me,use small,big key words
TextView mBox = (TextView) findViewById(R.id.txt); mBox.setText(Html.fromHtml("" + "" + "Hiiiiiiiiii" + "" + "" + "" + "description" + "" + "" + "" + "DateAdded" + ""));