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

maxTextSize unavailable #92

Open mymikemiller opened 7 years ago

mymikemiller commented 7 years ago

You can set a minTextSize but is it possible to set a maxTextSize? I'm getting this error when I try to add autofit:maxTextSize="16sp":

Error:(45) attribute 'com.mypackage:maxTextSize' not found

Will5 commented 7 years ago

At the moment, maxTextSize is not available.

See attrs.xml for available attributes: