summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout/conversation_footer.xml7
-rw-r--r--res/layout/conversation_view_header.xml1
-rw-r--r--res/layout/fake_bottom_border.xml5
-rw-r--r--res/values/colors.xml2
4 files changed, 5 insertions, 10 deletions
diff --git a/res/layout/conversation_footer.xml b/res/layout/conversation_footer.xml
index 0306216d3..647999d36 100644
--- a/res/layout/conversation_footer.xml
+++ b/res/layout/conversation_footer.xml
@@ -54,9 +54,8 @@
</LinearLayout>
- <View
+ <Space
android:layout_width="match_parent"
- android:layout_height="48dp"
- android:background="@color/conversation_view_item_background_color" />
+ android:layout_height="48dp" />
-</com.android.mail.browse.ConversationFooterView> \ No newline at end of file
+</com.android.mail.browse.ConversationFooterView>
diff --git a/res/layout/conversation_view_header.xml b/res/layout/conversation_view_header.xml
index e819e7aa9..89f957491 100644
--- a/res/layout/conversation_view_header.xml
+++ b/res/layout/conversation_view_header.xml
@@ -20,7 +20,6 @@
android:id="@+id/conversation_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@color/conversation_view_item_background_color"
android:orientation="horizontal"
android:minHeight="88sp"
android:paddingTop="16dp"
diff --git a/res/layout/fake_bottom_border.xml b/res/layout/fake_bottom_border.xml
index c80ff4ad3..e27d7d6b9 100644
--- a/res/layout/fake_bottom_border.xml
+++ b/res/layout/fake_bottom_border.xml
@@ -15,7 +15,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<View xmlns:android="http://schemas.android.com/apk/res/android"
+<Space xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/conversation_view_item_background_color" />
+ android:layout_height="wrap_content" />
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 9579236c0..2d32cbb3a 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -70,8 +70,6 @@
<!-- Conversation message header colors -->
<color name="conversation_view_border_color">@color/divider_color</color>
<color name="conversation_view_background_color">#f5f5f5</color>
- <!-- Overridden on tablet to give a white background -->
- <color name="conversation_view_item_background_color">@android:color/white</color>
<color name="conversation_view_text_color_light">@color/text_color_grey</color>
<color name="conversation_view_text_color_dark">@color/text_color_black</color>
<color name="conversation_view_text_color_link_blue">@color/text_color_blue</color>