Skip to content
Snippets Groups Projects
Commit 17ef84c0 authored by akwizgran's avatar akwizgran
Browse files

Reduced padding between From: and To: fields.

parent 93151ee7
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ implements OnClickListener { ...@@ -110,7 +110,7 @@ implements OnClickListener {
to = new TextView(this); to = new TextView(this);
to.setTextSize(18); to.setTextSize(18);
to.setPadding(10, 10, 10, 10); to.setPadding(10, 0, 10, 10);
to.setText(R.string.to); to.setText(R.string.to);
layout.addView(to); layout.addView(to);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment