You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in Chinese sentence, words was not linked by or -
so the method isValidWordWrap return false everytime in Chinese sentence, and then the sizebecome smaller and smaller(;′⌒`)
The text was updated successfully, but these errors were encountered:
If you know how to fix it for all languages, please do.
I think that what Google has today is quite good. Maybe you should try it out instead of what I've made so long ago :
I have found a bug, when it is all Chinese sentence and more then one line, the textsize would be divided to min size.
It is because:
https://github.com/AndroidDeveloperLB/AutoFitTextView/blob/master/AutoFitTextViewLibrary/src/com/lb/auto_fit_textview/AutoResizeTextView.java#L89
in Chinese sentence, words was not linked by
or
-
so the method
isValidWordWrap
return false everytime in Chinese sentence, and then the sizebecome smaller and smaller(;′⌒`)The text was updated successfully, but these errors were encountered: