Skip to content

Commit 1ec6930

Browse files
Update README.md
1 parent 2127ee7 commit 1ec6930

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This code is heavily based on [**this StackOverflow thread**][1].
99

1010
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.
1111

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

1414
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).
1515

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

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

38-
Known issues
39-
------------
40-
41-
- 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.
42-
43-
4438

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

0 commit comments

Comments
 (0)