| Interface | Description |
|---|---|
| AutofitHelper.OnTextSizeChangeListener |
When an object of a type is attached to an
AutofitHelper, its methods will be called
when the textSize is changed. |
| Class | Description |
|---|---|
| AutofitHelper |
A helper class to enable automatically resizing
TextView`s textSize to fit
within its bounds. |
| AutofitLayout |
A
ViewGroup that re-sizes the text of it's children to be no larger than the width of the
view. |
| AutofitTextView |
A
TextView that re-sizes its text to be no larger than the width of the view. |