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

@@ -119,7 +119,6 @@ implements OnClickListener {
int pad = LayoutUtils.getPadding(this);
TextView date = new TextView(this);
date.setTextSize(14);
date.setPadding(0, pad, pad, pad);
date.setText(DateUtils.getRelativeTimeSpanString(this, timestamp));
header.addView(date);