summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-11-02 19:20:30 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-02 19:20:30 +0000
commit820e89885e8c20c54075e90f15212b11cdf2c2d0 (patch)
treefdfd7684ab7ec5437969f83f544276234828b026
parentefff586a4b650b55e4952fac0cbeb9cf7cbc08a1 (diff)
parentec8fc2facc2f83245d6cced3b29962f03b1cdbc6 (diff)
downloadUnifiedEmail-820e89885e8c20c54075e90f15212b11cdf2c2d0.tar.gz
am ec8fc2fa: am 96062c36: Add white backgrounds to CV overlays.
* commit 'ec8fc2facc2f83245d6cced3b29962f03b1cdbc6': Add white backgrounds to CV overlays.
-rw-r--r--res/layout/conversation_footer.xml3
-rw-r--r--res/layout/conversation_message_footer.xml1
-rw-r--r--res/layout/conversation_message_header.xml1
3 files changed, 4 insertions, 1 deletions
diff --git a/res/layout/conversation_footer.xml b/res/layout/conversation_footer.xml
index 647999d36..f95f20b9f 100644
--- a/res/layout/conversation_footer.xml
+++ b/res/layout/conversation_footer.xml
@@ -20,7 +20,8 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="24dp" >
+ android:layout_marginTop="24dp"
+ android:background="@android:color/white" >
<include layout="@layout/conversation_view_border" />
diff --git a/res/layout/conversation_message_footer.xml b/res/layout/conversation_message_footer.xml
index e3667bd06..7d3ac7c64 100644
--- a/res/layout/conversation_message_footer.xml
+++ b/res/layout/conversation_message_footer.xml
@@ -20,6 +20,7 @@
android:id="@+id/attachments"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:background="@android:color/white"
android:orientation="vertical">
<TextView
diff --git a/res/layout/conversation_message_header.xml b/res/layout/conversation_message_header.xml
index 0f9dce2d7..77ae717b1 100644
--- a/res/layout/conversation_message_header.xml
+++ b/res/layout/conversation_message_header.xml
@@ -20,6 +20,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
+ android:background="@android:color/white"
android:visibility="visible">
<include layout="@layout/conversation_view_border"