Skip to content

Commit d0d5277

Browse files
author
AndroidDeveloperLB
committed
Update README.md
1 parent 63969f9 commit d0d5277

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ AutoFitTextView
33

44
A TextView that automatically fit its font and line count based on its available size and content
55

6-
This code is heavily based on the next StackOverflow post:
6+
This code is heavily based on [**this StackOverflow thread**][1].
77

8-
http://stackoverflow.com/questions/16017165/auto-fit-textview-for-android/21851239
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.
99

1010
Note that even though the sample is of API 16, it should work fine on most cases for much older versions.
1111

12-
This is not a requirement. It's more of a suggestion, because older versions might have issues as a cause of this bug:
13-
https://code.google.com/p/android/issues/detail?id=22493 , which affects API 12-15 (including).
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).
1413

14+
15+
[1]: http://stackoverflow.com/questions/16017165/auto-fit-textview-for-android/21851239
16+
[2]: https://code.google.com/p/android/issues/detail?id=22493

0 commit comments

Comments
 (0)