From 4fb0b8ebe4e411a2b73688adb01c8ae86a7852c6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 13 Apr 2015 13:44:52 -0700 Subject: Make call log cards white. Disassociate the color of the cards/list items from the background color. Before, they were connected so they were ending up as the same color. Bug: 19372817 Change-Id: Id31891a0f86f98bd6143911e361abc70435abddf --- res/layout/call_detail.xml | 2 +- res/layout/call_log_fragment.xml | 4 ++-- res/layout/call_log_list_item.xml | 2 +- res/layout/playback_layout.xml | 2 +- res/values/colors.xml | 5 ++--- 5 files changed, 7 insertions(+), 8 deletions(-) (limited to 'res') diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml index 522c698ad..c07785159 100644 --- a/res/layout/call_detail.xml +++ b/res/layout/call_detail.xml @@ -24,7 +24,7 @@ android:orientation="vertical" android:layout_alignParentStart="true" android:layout_alignParentTop="true" - android:background="@color/background_dialer_details_list_items" > + android:background="@color/background_dialer_call_log" > + android:background="@color/background_dialer_call_log"> + card_view:cardBackgroundColor="@color/background_dialer_call_log_list_item"> #fafafa #f9f9f9 - - @color/background_dialer_white - @color/background_dialer_results + @color/background_dialer_light + @color/background_dialer_white #d0d0d0 -- cgit v1.2.3