Speech bubble layout for private conversations.

This commit is contained in:
akwizgran
2014-02-09 19:50:12 +00:00
parent 0960a345e0
commit 269eef57e9
15 changed files with 114 additions and 43 deletions

View File

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