Skip to content

Commit d85df2c

Browse files
committed
Added a missing import statement
1 parent 42ca158 commit d85df2c

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)