We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8936e commit 63969f9Copy full SHA for 63969f9
README.md
@@ -2,3 +2,13 @@ AutoFitTextView
2
===============
3
4
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