From df9dcb1060d44a719e2892446b62cde884a880cf Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 24 Jan 2014 23:58:51 +0100 Subject: basic persistance layer. refactor some parts of the conversation activity --- res/layout/conversation_list_row.xml | 98 +++++++++++++++++------------------- 1 file changed, 45 insertions(+), 53 deletions(-) (limited to 'res/layout') diff --git a/res/layout/conversation_list_row.xml b/res/layout/conversation_list_row.xml index 5b3959c3..cfac7175 100644 --- a/res/layout/conversation_list_row.xml +++ b/res/layout/conversation_list_row.xml @@ -2,61 +2,53 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:padding="5dip"> + android:padding="8dp"> - - - - - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3