# android-autofittextview **Repository Path**: xtim/android-autofittextview ## Basic Information - **Project Name**: android-autofittextview - **Description**: A TextView that automatically resizes text to fit perfectly within its bounds. - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AutoFitTextView [![Maven Central](https://maven-badges.herokuapp.com/maven-central/me.grantland/autofittextview/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/me.grantland/autofittextview) A TextView that automatically resizes text to fit perfectly within its bounds. ![Example Image](/website/static/autofittextview.gif?raw=true) ## Usage ```cson dependencies { compile 'me.grantland:autofittextview:0.2.+' } ``` Enable any View extending TextView in code: ```java AutofitHelper.create(textView); ``` Enable any View extending TextView in XML: ```xml