Skip to content

Commit 302f20f

Browse files
committed
Update AutoResizeTextView.java
1 parent 1b1a101 commit 302f20f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ public AutoResizeTextView(final Context context, final AttributeSet attrs) {
5151
public AutoResizeTextView(final Context context, final AttributeSet attrs, final int defStyle) {
5252
super(context, attrs, defStyle);
5353

54-
_allCaps = attrs.getAttributeBooleanValue("http://schemas.android.com/apk/res/android", "textAllCaps", false);
55-
5654
// using the minimal recommended font size
5755
_minTextSize = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, 12, getResources().getDisplayMetrics());
5856
_maxTextSize = getTextSize();

0 commit comments

Comments
 (0)