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

@@ -21,7 +21,6 @@ class ConnectionView extends AddContactView {
Context ctx = getContext();
TextView yourCode = new TextView(ctx);
yourCode.setGravity(CENTER_HORIZONTAL);
yourCode.setTextSize(14);
yourCode.setPadding(pad, pad, pad, pad);
yourCode.setText(R.string.your_invitation_code);
addView(yourCode);