Reduced padding between From: and To: fields.

This commit is contained in:
akwizgran
2013-12-19 23:12:39 +00:00
parent 93151ee77b
commit 17ef84c070

View File

@@ -110,7 +110,7 @@ implements OnClickListener {
to = new TextView(this);
to.setTextSize(18);
to.setPadding(10, 10, 10, 10);
to.setPadding(10, 0, 10, 10);
to.setText(R.string.to);
layout.addView(to);