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

doesn't work with android:layout_width="wrap_content" #60

Open jaspervp opened 8 years ago

jaspervp commented 8 years ago

Currently AutofitTextView doesn't work correctly when using android:layout_width="wrap_content". The view will only decrease in size.

Using android:layout_width="match_parent" is not an option, because in need to have a second view next to it which moves when the AutofitTextView gets bigger.

I think I have found a solution and will sent a PR