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

Fix #11: stackoverflow for string containing more newLines than maxLines and maxLines > 1 #32

Closed grantland closed 9 years ago

grantland commented 9 years ago

More performant solution than #25 that doesn't require parsing the entire string.