grantland / android-autofittextview

A TextView that automatically resizes text to fit perfectly within its bounds.
Apache License 2.0
4.27k stars 689 forks source link

SpannableString bug #56

Open bpillon opened 8 years ago

bpillon commented 8 years ago

Hello, I have a bug using your useful nice lib when I set a SpannableString to AutofitTextView : the text doesn't fit at all (it's really little compared to the possible max size). Is this a known problem and is it possible to fix it (I also tried with a TextView within a AutofitLayout but result is the same) ? Thank you !