Merge "Fix layout of single from address item." into jb-ub-mail
diff --git a/res/layout/compose.xml b/res/layout/compose.xml
index 5d786ca..e887068 100644
--- a/res/layout/compose.xml
+++ b/res/layout/compose.xml
@@ -18,7 +18,8 @@
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_height="match_parent"
     android:layout_width="match_parent"
-    android:orientation="vertical">
+    android:orientation="vertical"
+    android:background="@android:color/white">
 
     <ScrollView
       android:id="@+id/compose_scrollview"
diff --git a/res/values/colors.xml b/res/values/colors.xml
index a2fb47c..a084da5 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -39,9 +39,9 @@
     <!-- Compose colors -->
     <color name="compose_label_text">#aaaaaa</color>
     <color name="quoted_text_color">#777777</color>
-    <string name="quoted_text_background_color_string" translatable="false">#ebebeb</string>
+    <string name="quoted_text_background_color_string" translatable="false">@android:color/white</string>
     <!-- Must match the quoted_text_background_color_string -->
-    <color name="compose_background_color">#ebebeb</color>
+    <color name="compose_background_color">@android:color/white</color>
     <string name="quoted_text_font_color_string" translatable="false">#777777</string>
 
     <color name="conv_header_add_label_text">@android:color/black</color>