mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +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.setTextSize(18);
|
||||
to.setPadding(10, 10, 10, 10);
|
||||
to.setPadding(10, 0, 10, 10);
|
||||
to.setText(R.string.to);
|
||||
layout.addView(to);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user