grantland / android-autofittextview

A TextView that automatically resizes text to fit perfectly within its bounds.
Apache License 2.0
4.27k stars 688 forks source link

Log TAG > 23 Characters #4

Closed davinic closed 10 years ago

davinic commented 10 years ago

AutofitTextView.java defines the TAG constant as "me.grantland.widget.AutoFitTextView", which is greater than the 23 character limit specified in the [Android Docs](http://developer.android.com/reference/android/util/Log.html#isLoggable%28java.lang.String, int%29).

grantland commented 10 years ago

Fixed in latest release. Thanks!