android-autofittextview icon indicating copy to clipboard operation
android-autofittextview copied to clipboard

maxTextSize unavailable

Open mymikemiller opened this issue 6 years ago • 1 comments

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

mymikemiller avatar Aug 09 '17 16:08 mymikemiller

At the moment, maxTextSize is not available.

See attrs.xml for available attributes:

  • minTextSize
  • precision
  • sizeToFit

Will5 avatar Aug 09 '17 17:08 Will5