FlowTextView icon indicating copy to clipboard operation
FlowTextView copied to clipboard

TextColor does not work for <b>-tag

Open AustrianDudes opened this issue 8 years ago • 0 comments

Hi, I am currently using a FlowTextView to display a white text. I am now trying to add bold text to it, but the new text is unfortunately not colored accordingly. Does anybody have an idea on how to achieve a white and bold text with this component?

e.g. ftvDescription.setText(Html.fromHtml("HeadlineLorem ipsum")); ftvDescription.setTextColor(getResources().getColor(android.R.color.white));

AustrianDudes avatar Mar 28 '17 14:03 AustrianDudes