android-autofittextview icon indicating copy to clipboard operation
android-autofittextview copied to clipboard

New support library for autofit text

Open eduardbosch opened this issue 7 years ago • 3 comments

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

eduardbosch avatar Jul 20 '17 11:07 eduardbosch

This PR might be related #90

eduardbosch avatar Jul 20 '17 11:07 eduardbosch

Thanks for this library! It served a purpose where Google failed hard. iOS has had this since the early days.

I have switched to the support library version, but I forever thank you for making the lives of Android developers easier in the interim!

matthewkrueger avatar Nov 07 '17 15:11 matthewkrueger

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.

darekdeo avatar Apr 11 '18 08:04 darekdeo