mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
Reduced padding between From: and To: fields.
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user