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
Thanks for this great library. I've been using it for some months now, and it works great.
Today I switched to the new Android Support Library 26.0.0-beta2 that allow Autosizing Textviews. It's working great for me. I'm not really sure if it replaces this library entirely, but maybe you can take it a look or merge your library with the new TextViews functionality for better performance / compatibility.
This Support Library as stated in documentation is not recommended when using with wrap_content. I have tested text autosize and it can cut text when for example View height is calculated before text size.
Hi @grantland,
Thanks for this great library. I've been using it for some months now, and it works great.
Today I switched to the new Android Support Library 26.0.0-beta2 that allow Autosizing Textviews. It's working great for me. I'm not really sure if it replaces this library entirely, but maybe you can take it a look or merge your library with the new TextViews functionality for better performance / compatibility.
https://developer.android.com/preview/features/autosizing-textview.html
The text was updated successfully, but these errors were encountered: