Skip to content

Commit 2305303

Browse files
Merge pull request #27 from fomojola/patch-1
Added a missing import statement
2 parents 42ca158 + d85df2c commit 2305303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AutoFitTextViewLibrary/src/com/lb/auto_fit_textview/AutoResizeTextView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import android.util.AttributeSet;
1313
import android.util.TypedValue;
1414
import android.widget.TextView;
15+
import android.text.method.TransformationMethod;
1516

1617
/**
1718
* a textView that is able to self-adjust its font size depending on the min and max size of the font, and its own size.<br/>

0 commit comments

Comments
 (0)