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_log_fragment.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/layout/call_log_fragment.xml') diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml index ff0d58e00..cee6af15e 100644 --- a/res/layout/call_log_fragment.xml +++ b/res/layout/call_log_fragment.xml @@ -21,7 +21,7 @@ android:orientation="vertical" android:divider="?android:attr/dividerHorizontal" android:showDividers="end" - android:background="@color/background_dialer_list_items"> + android:background="@color/background_dialer_call_log">