From 2a4921f8de90049c70cedf62a341a654b0796d73 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 5 Jun 2014 14:57:52 -0700 Subject: Change default background for Dialer (from #ffffff to #fbfbfb). This fixes some inconsistencies across different fragments/views. Bug: 15448707 Change-Id: I461b32b92ec2189110ce1ad5bc206f6668d0224f --- res/values/colors.xml | 7 ++----- res/values/styles.xml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/res/values/colors.xml b/res/values/colors.xml index 5f456386f..a5ad64167 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -21,8 +21,6 @@ #888888 #eeff41 - #f2f2f2 - #FF0000 @@ -42,10 +40,9 @@ #660099cc - #ffffff - + #fbfbfb - #fbfbfb + @color/background_dialer_light #b6b6b6 #f8f8f8 diff --git a/res/values/styles.xml b/res/values/styles.xml index 194bc7dbc..925f33b98 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -53,7 +53,7 @@ 3 16dp 0dp - @color/contact_list_background_color + @color/background_dialer_light @color/contact_list_name_text_color 16sp @dimen/contact_browser_list_item_text_indent -- cgit v1.2.3