I am trying to add lines with different colors to my TextView using html tags.
For whatever reason,
Html.fromHtml(\"
txt_description1.setText(Html.fromHtml(""+str_description1+""));
If you do not want a single static color and want to directly reflect from editor you can use "rgb". It will reflect the exact color what you have set in editor, just set in textview and concat it with textview value.
And you are all set to go.