Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroidDeveloperLB authored Feb 7, 2019
1 parent 2127ee7 commit 1ec6930
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This code is heavily based on [**this StackOverflow thread**][1].

The sample shows how the library can handle various parameters being changed on the TextView: width, height, number of lines allowed, and the content (text) itself. You can play with the various properties to see how the library handle them.

Note that even though the sample is of API 16, it should work fine on most cases for much older versions.
Note that even though the sample is of API 17, it should work fine on most cases for API 14 and above.

A nice example of how to use an EditText that has this functionality can be found [here][4] (didn't test it, but it looks promising).

Expand All @@ -35,14 +35,7 @@ You can find recent version here (replace XXX):

https://jitpack.io/#AndroidDeveloperLB/AutoFitTextView

Known issues
------------

- API 12-15 (including) of Android might have issues as a cause of [**this known bug**][3], but in most cases it should work fine there too.



[1]: http://stackoverflow.com/questions/16017165/auto-fit-textview-for-android/21851239
[2]: https://raw.githubusercontent.com/AndroidDeveloperLB/AutoFitTextView/master/animationPreview.gif
[3]: https://code.google.com/p/android/issues/detail?id=22493
[4]: https://viksaaskool.wordpress.com/2014/11/16/using-auto-resize-to-fit-edittext-in-android/

0 comments on commit 1ec6930

Please sign in to comment.