Skip to content

Commit 1f85d7b

Browse files
author
AndroidDeveloperLB
committed
Update README.md
1 parent cfbfe0b commit 1f85d7b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ A TextView that automatically fit its font and line count based on its available
55

66
This code is heavily based on [**this StackOverflow thread**][1].
77

8-
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.
8+
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.
99

1010
Note that even though the sample is of API 16, it should work fine on most cases for much older versions.
11-
12-
This is not a requirement. It's more of a suggestion, because older versions might have issues as a cause of [**this known bug**][2], which affects API 12-15 (including).
11+
This is not a requirement though. It's more of a suggestion, because older versions might have issues as a cause of [**this known bug**][2], which affects API 12-15 (including).
1312

1413

1514
[1]: http://stackoverflow.com/questions/16017165/auto-fit-textview-for-android/21851239

0 commit comments

Comments
 (0)