AutoFitTextView icon indicating copy to clipboard operation
AutoFitTextView copied to clipboard

A TextView that automatically fit its font and line count based on its available size and content

Results 13 AutoFitTextView issues
Sort by recently updated
recently updated
newest added

If the view's dimensions grow, the text size did not grow because AutoFitTextView was using its existing dimensions as a maximum size. Now it retains the maximum dimensions set by...

I am using this library in my project. But library is not working if string has only emojis. "message":"😉😊" See 1 user send only emojis. and app crashed in production...

In my app I have sentence with full screen width on a welcome screen. When text is in a Hebrew language the words are cut in the bottom of last...

Allows text to resize correctly with new line character wrap Signed-off-by: Naqi Syed

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...

Can you add a auto resize helper for widget TextView?

Hello, Thanks for great library, but can you please suggest how to use this if it has weblinks? (**"Go checkout my website http://google.com"**) If no weblink, it working awesome. Thanks!

I use AutoResizeTextView and set the string in strings.xml such as "This is a string\nwith new line character". The string will displayed as a very small text. I think the...