Removed redundant calls to setTextSize(14), which is the default.

This commit is contained in:
akwizgran
2014-03-01 11:55:54 +00:00
parent ebe1db9fb1
commit c69766fbd2
17 changed files with 0 additions and 18 deletions

View File

@@ -43,7 +43,6 @@ implements OnEditorActionListener, OnClickListener {
Context ctx = getContext();
TextView enterCode = new TextView(ctx);
enterCode.setGravity(CENTER_HORIZONTAL);
enterCode.setTextSize(14);
enterCode.setPadding(pad, pad, pad, 0);
enterCode.setText(prompt);
addView(enterCode);