Skip to content

Commit 63969f9

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,13 @@ AutoFitTextView
22
===============
33

44
A TextView that automatically fit its font and line count based on its available size and content
5+
6+
This code is heavily based on the next StackOverflow post:
7+
8+
http://stackoverflow.com/questions/16017165/auto-fit-textview-for-android/21851239
9+
10+
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 bug:
13+
https://code.google.com/p/android/issues/detail?id=22493 , which affects API 12-15 (including).
14+

0 commit comments

Comments
 (0)