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:
@@ -112,8 +112,6 @@ implements OnItemSelectedListener, OnClickListener {
|
||||
layout.setOrientation(VERTICAL);
|
||||
|
||||
RelativeLayout header = new RelativeLayout(this);
|
||||
header.setLayoutParams(MATCH_WRAP);
|
||||
|
||||
int pad = LayoutUtils.getPadding(this);
|
||||
|
||||
TextView from = new TextView(this);
|
||||
|
||||
Reference in New Issue
Block a user