Closed davinic closed 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).
Fixed in latest release. Thanks!
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).