Fix layout of quoted text.

Was missing right margin.

Change-Id: Iee3b5969c66a146b97c117e41fcab98273917a8b
diff --git a/res/layout-sw600dp/compose.xml b/res/layout-sw600dp/compose.xml
index b618a84..f4b8c1c 100644
--- a/res/layout-sw600dp/compose.xml
+++ b/res/layout-sw600dp/compose.xml
@@ -83,7 +83,8 @@
             <com.android.mail.compose.QuotedTextView android:id="@+id/quoted_text_view"
                 android:layout_height="wrap_content"
                 android:layout_width="match_parent"
-                android:visibility="gone" />
+                android:visibility="gone"
+                android:layout_marginRight="@dimen/compose_area_right_padding" />
 
             <FrameLayout
                 android:id="@+id/composearea_tap_trap_bottom"