Updated group conversation view to resemble private conversation view.

This commit is contained in:
akwizgran
2014-02-08 17:36:17 +00:00
parent 4c6d79c474
commit 97fb9c8c3e
7 changed files with 181 additions and 44 deletions

View File

@@ -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);