FlowTextView icon indicating copy to clipboard operation
FlowTextView copied to clipboard

textColor textSize not work

Open DanteAndroid opened this issue 7 years ago • 2 comments

I replace Textview with FlowTextView, but the textColor & textSize property no longer work.

DanteAndroid avatar Apr 20 '18 08:04 DanteAndroid

I realized I can set in code, but I can't set lineSpacingMultiplier, may I?

DanteAndroid avatar Apr 20 '18 08:04 DanteAndroid

Use setColor(Color.WHITE); It will work

iamjpsharma avatar Aug 31 '20 08:08 iamjpsharma