From cef82a5cc38704e9f04f97539163f2e26bb40f74 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 16 Aug 2013 14:03:19 -0400 Subject: [PATCH] move thread count up to the subject line --- res/layout/message_list_item.xml | 13 +++++++------ src/com/fsck/k9/fragment/MessageListFragment.java | 1 + 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/res/layout/message_list_item.xml b/res/layout/message_list_item.xml index 04985fa49..9eabc8192 100644 --- a/res/layout/message_list_item.xml +++ b/res/layout/message_list_item.xml @@ -71,8 +71,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_toRightOf="@id/contact_badge" - android:layout_toLeftOf="@+id/date" + android:layout_toLeftOf="@+id/thread_count" android:layout_alignParentTop="true" + android:layout_alignWithParentIfMissing="true" >