From a3d6e699ef667e1f723faaa658368d96df979224 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 3 Dec 2008 00:50:35 +0000 Subject: [PATCH] layout cleanups --- res/layout-land/folder_message_list_child.xml | 17 ++++++------ res/layout/folder_message_list_child.xml | 26 +++++++++---------- res/layout/message_view_header.xml | 20 ++++++++------ src/com/fsck/k9/R.java | 13 +++++++--- 4 files changed, 43 insertions(+), 33 deletions(-) diff --git a/res/layout-land/folder_message_list_child.xml b/res/layout-land/folder_message_list_child.xml index 606f597a3..f5c541210 100644 --- a/res/layout-land/folder_message_list_child.xml +++ b/res/layout-land/folder_message_list_child.xml @@ -17,23 +17,23 @@ android:ellipsize="end" android:singleLine="true" android:textAppearance="?android:attr/textAppearanceSmall" - android:textSize="10sp" - android:textColor="?android:attr/textColorSecondary" - android:layout_width="310px" + android:textSize="12sp" + android:textColor="?android:attr/textColorPrimary" + android:layout_width="350px" android:layout_height="wrap_content" android:layout_toLeftOf="@+id/from" android:paddingLeft="10px" android:layout_marginRight="1px" /> diff --git a/res/layout/folder_message_list_child.xml b/res/layout/folder_message_list_child.xml index d575bbc68..6242c011a 100644 --- a/res/layout/folder_message_list_child.xml +++ b/res/layout/folder_message_list_child.xml @@ -2,7 +2,7 @@ @@ -10,44 +10,44 @@ android:id="@+id/chip" android:background="@drawable/appointment_indicator_leftside_1" android:layout_width="4px" - android:layout_height="20px" + android:layout_height="16px" android:layout_centerVertical="true" /> diff --git a/res/layout/message_view_header.xml b/res/layout/message_view_header.xml index 0ea9d2997..95658f6e1 100644 --- a/res/layout/message_view_header.xml +++ b/res/layout/message_view_header.xml @@ -8,7 +8,7 @@ android:background="@drawable/ic_email_thread_open_top_default"> + -