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

does not work in android-L support library #26

Closed edward-s closed 9 years ago

edward-s commented 9 years ago

text does not auto-fit when using support library com.android.support:appcompat-v7:21.0.0

am i the only one with this issue?

PatrickDattilio commented 9 years ago

Seems to have broken the rendering. Nothing is auto resized, and text occasionally gets cut in half.

leejaycoke commented 9 years ago

yeah.. it does not works. It looks like android:ellipsize="end". android 5.0, Im using com.android.support:appcompat-v7:21.0.0 too

grantland commented 9 years ago

Would one of you be able to provide a minimal sample project to reproduce this? I've tried adding the com.android.support:appcompat-v7:21.0.0 dependency, but was not able to reproduce this.

grantland commented 9 years ago

Closing due to inactivity