From dfd93760727a3c6fbfc7ed4c82763989af772c9f Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Tue, 23 Sep 2014 18:15:31 -0700 Subject: [PATCH] Explicitly set Settings background to white Fixes a regression where the background was previously the default color, then changed to #eee even though we still want #fff here. Removes unnecessary windowBackground re-definition. BUG: 17520824 Change-Id: I9b3a751ce55fc018a90132078a8e308067f62445 --- core/res/res/values/themes_material.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/core/res/res/values/themes_material.xml b/core/res/res/values/themes_material.xml index 7b0efd925dd27..3c2e3020dbbe4 100644 --- a/core/res/res/values/themes_material.xml +++ b/core/res/res/values/themes_material.xml @@ -771,8 +771,6 @@ please see themes_device_defaults.xml. @drawable/indicator_check_mark_light @drawable/indicator_check_mark_dark - @color/background_material_light - @drawable/fastscroll_label_left_holo_light @drawable/fastscroll_label_right_holo_light @@ -809,8 +807,6 @@ please see themes_device_defaults.xml. @drawable/indicator_check_mark_dark @drawable/indicator_check_mark_light - @color/background_material_dark - @drawable/fastscroll_label_left_holo_dark @drawable/fastscroll_label_right_holo_dark @@ -1227,6 +1223,7 @@ please see themes_device_defaults.xml.