mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Speech bubble layout for private conversations.
This commit is contained in:
@@ -99,8 +99,6 @@ implements OnClickListener {
|
||||
layout.setOrientation(VERTICAL);
|
||||
|
||||
RelativeLayout header = new RelativeLayout(this);
|
||||
header.setLayoutParams(MATCH_WRAP);
|
||||
|
||||
int pad = LayoutUtils.getPadding(this);
|
||||
|
||||
from = new TextView(this);
|
||||
|
||||
Reference in New Issue
Block a user