Skip to content

Commit

Permalink
Update IdentifyingCodeView.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JackTuoTuo authored Oct 23, 2017
1 parent 8fe0eaf commit 98078cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private void initTextViews(Context context, int etNumber, int etWidth, Drawable
}
mTextViews = new TextView[etNumber];
for (int i = 0; i < mTextViews.length; i++) {
TextView textView = new EditText(context);
TextView textView = new TextView(context);
textView.setTextSize(etTextSize);
textView.setTextColor(etTextColor);
textView.setWidth(etWidth);
Expand Down

0 comments on commit 98078cb

Please sign in to comment.