Fixed bug 6683624.

Forgot to add the revised UI to sw600dp layouts.

Change-Id: Iabf611ae0cb442181cc755ae407bdcadbae55464
diff --git a/res/layout-sw600dp/compose.xml b/res/layout-sw600dp/compose.xml
index f4b8c1c..92c6db3 100644
--- a/res/layout-sw600dp/compose.xml
+++ b/res/layout-sw600dp/compose.xml
@@ -68,7 +68,18 @@
                 android:layout_marginRight="@dimen/compose_area_right_padding"
                 android:paddingBottom="0dip"
                 android:paddingLeft="0dip"
-                android:visibility="gone" />
+                android:visibility="gone" >
+                <com.android.mail.ui.AttachmentTileGrid
+                    android:id="@+id/attachment_tile_grid"
+                    android:layout_width="match_parent"
+                    android:layout_height="wrap_content"
+                    android:layout_marginBottom="8dip" />
+                <LinearLayout
+                    android:id="@+id/attachment_bar_list"
+                    android:layout_width="match_parent"
+                    android:layout_height="wrap_content"
+                    android:orientation="vertical" />
+            </com.android.mail.compose.AttachmentsView>
 
             <!-- Compose Area -->
             <FrameLayout android:layout_width="match_parent"
diff --git a/res/layout/compose.xml b/res/layout/compose.xml
index 817f7cd..ede99df 100644
--- a/res/layout/compose.xml
+++ b/res/layout/compose.xml
@@ -64,8 +64,8 @@
                     android:layout_marginBottom="8dip" />
                 <LinearLayout
                     android:id="@+id/attachment_bar_list"
-                    android:layout_height="wrap_content"
                     android:layout_width="match_parent"
+                    android:layout_height="wrap_content"
                     android:orientation="vertical" />
             </com.android.mail.compose.AttachmentsView>
             <!-- Body -->