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

@@ -37,7 +37,6 @@ class ContactDetailsView extends AddContactView {
TextView yourCode = new TextView(ctx);
yourCode.setGravity(CENTER_HORIZONTAL);
yourCode.setTextSize(14);
yourCode.setPadding(pad, 0, pad, pad);
yourCode.setText(R.string.your_confirmation_code);
addView(yourCode);