From e55b1e07387f6c788765d075967ebcbaa674e432 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 20 Sep 2012 23:30:52 -0400 Subject: [PATCH] Move the message star into the chip. (Also, the "to me" information) --- res/layout/message_list_item.xml | 22 ++------- src/com/fsck/k9/Account.java | 58 +++++++++++++++++++---- src/com/fsck/k9/activity/Accounts.java | 2 +- src/com/fsck/k9/activity/MessageList.java | 21 +------- src/com/fsck/k9/view/ColorChip.java | 51 +++++++++++++++++--- 5 files changed, 99 insertions(+), 55 deletions(-) diff --git a/res/layout/message_list_item.xml b/res/layout/message_list_item.xml index d71222837..f7c9057cb 100644 --- a/res/layout/message_list_item.xml +++ b/res/layout/message_list_item.xml @@ -11,39 +11,27 @@ android:layout_width="36dip" android:layout_height="fill_parent" android:layout_alignParentLeft="true" + android:layout_centerVertical="true" android:textColor="?android:attr/textColorPrimary" > - - + -