From f5eb2708b43e4f84bab63b1c2ff42f866bf59356 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 20 Jul 2013 14:53:39 -0400 Subject: [PATCH] restore super-dense layout when the user has selected 0 lines of message preview --- res/layout/message_list_item.xml | 45 +++++++++++++------ .../fsck/k9/fragment/MessageListFragment.java | 15 ++++++- 2 files changed, 46 insertions(+), 14 deletions(-) diff --git a/res/layout/message_list_item.xml b/res/layout/message_list_item.xml index b45346540..4021fb556 100644 --- a/res/layout/message_list_item.xml +++ b/res/layout/message_list_item.xml @@ -44,27 +44,46 @@ android:src="@drawable/ic_contact_picture" style="?android:attr/quickContactBadgeStyleWindowLarge" android:background="@android:color/transparent" /> - - - + android:layout_toLeftOf="@+id/date" + android:layout_alignParentTop="true" + > + + +