diff --git a/README.md b/README.md index 98947d0..e8e0f5c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # 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) - +Fork from grantland/android-autofitexttextview A TextView that automatically resizes text to fit perfectly within its bounds. ![Example Image](/website/static/autofittextview.gif?raw=true) @@ -11,49 +10,11 @@ A TextView that automatically resizes text to fit perfectly within its bounds. ```cson dependencies { - compile 'me.grantland:autofittextview:0.2.+' + implementation 'com.github.raquezha:android-autofittextview:0.2.2' } ``` -Enable any View extending TextView in code: - -```java -AutofitHelper.create(textView); -``` - -Enable any View extending TextView in XML: - -```xml - -