diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 86d6081c5..6dda45d30 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -15,7 +15,8 @@ android:label="@string/read_attachment_label" android:description="@string/read_attachment_desc"/> - + diff --git a/res/drawable/folder_message_list_child_footer_background.xml b/res/drawable/folder_message_list_child_footer_background.xml new file mode 100644 index 000000000..638fb001c --- /dev/null +++ b/res/drawable/folder_message_list_child_footer_background.xml @@ -0,0 +1,11 @@ + + + + + + + diff --git a/res/drawable/folder_message_list_group_background.xml b/res/drawable/folder_message_list_group_background.xml new file mode 100644 index 000000000..187c96356 --- /dev/null +++ b/res/drawable/folder_message_list_group_background.xml @@ -0,0 +1,11 @@ + + + + + + + diff --git a/res/layout-land/folder_message_list_child.xml b/res/layout-land/folder_message_list_child.xml index 3fcf06901..76532a172 100644 --- a/res/layout-land/folder_message_list_child.xml +++ b/res/layout-land/folder_message_list_child.xml @@ -18,7 +18,7 @@ android:ellipsize="end" android:textAppearance="?android:attr/textAppearanceSmall" android:singleLine="true" - android:textColor="?android:attr/textColorPrimary" + android:textColor="?android:attr/textColorPrimaryInverse" android:layout_width="50px" android:layout_height="wrap_content" android:layout_alignParentRight="true" /> @@ -29,7 +29,7 @@ android:layout_width="110px" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceSmall" - android:textColor="?android:attr/textColorSecondary" + android:textColor="?android:attr/textColorSecondaryInverse" android:paddingLeft="3px" android:paddingRight="3px" android:layout_toLeftOf="@+id/date" /> @@ -38,7 +38,7 @@ android:ellipsize="end" android:singleLine="true" android:textAppearance="?android:attr/textAppearanceSmall" - android:textColor="?android:attr/textColorPrimary" + android:textColor="?android:attr/textColorPrimaryInverse" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingLeft="10px" diff --git a/res/layout/account_setup_account_type.xml b/res/layout/account_setup_account_type.xml index 7a6d4db13..357d90e0d 100644 --- a/res/layout/account_setup_account_type.xml +++ b/res/layout/account_setup_account_type.xml @@ -1,6 +1,8 @@ @@ -10,29 +12,34 @@ android:layout_width="fill_parent" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="?android:attr/textColorPrimary" + android:paddingBottom="10dip" />