mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Updated group conversation view to resemble private conversation view.
This commit is contained in:
@@ -56,6 +56,7 @@ class ConversationAdapter extends ArrayAdapter<ConversationItem> {
|
||||
authorView.init(header.getAuthor().getName(), VERIFIED);
|
||||
headerLayout.addView(authorView);
|
||||
|
||||
// FIXME: Factor this out into a TimestampView
|
||||
TextView date = new TextView(ctx);
|
||||
date.setTextSize(14);
|
||||
date.setPadding(0, pad, pad, pad);
|
||||
|
||||
Reference in New Issue
Block a user