diff --git a/res/layout/conversation_item_view_normal.xml b/res/layout/conversation_item_view_normal.xml
index 276ab166f..bbe796c13 100644
--- a/res/layout/conversation_item_view_normal.xml
+++ b/res/layout/conversation_item_view_normal.xml
@@ -99,4 +99,12 @@
style="@style/StarStyle"
android:src="@drawable/btn_star_off_normal_email_holo_light" />
+
diff --git a/res/layout/conversation_item_view_wide.xml b/res/layout/conversation_item_view_wide.xml
index 3cae7f6c6..5a656d2a8 100644
--- a/res/layout/conversation_item_view_wide.xml
+++ b/res/layout/conversation_item_view_wide.xml
@@ -26,75 +26,88 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="64sp"
- android:orientation="horizontal">
-
-
-
-
+ android:orientation="vertical" >
-
+
-
+
+
+
+
+
-
+ android:orientation="horizontal"
+ android:layout_gravity="center_vertical">
+
+
+
+
-
+ android:id="@+id/attachment_previews"
+ android:layout_width="match_parent"
+ android:layout_height="0dp"
+ android:layout_marginTop="@dimen/attachment_preview_margin_top"
+ android:layout_marginLeft="@dimen/attachment_preview_margin_side"
+ android:layout_marginRight="@dimen/attachment_preview_margin_side"
+ android:visibility="gone" />
+
\ No newline at end of file