From 5f60cbd4f53053e832e9b6fb16b41de38e1c5145 Mon Sep 17 00:00:00 2001 From: Doris Ling Date: Tue, 8 Jan 2019 12:23:03 -0800 Subject: [PATCH] Revert some changes made in ag/5883994. - some settings theme customization has been removed. This revert part of that change to add back some defined color to make the action bar white again, and also restore the corner radius customization. Bug: 117401043 Test: visual Change-Id: Ia2209750d139e34a5c0d0aa2ca497a61e3d0b084 --- core/res/res/values/themes_device_defaults.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/core/res/res/values/themes_device_defaults.xml b/core/res/res/values/themes_device_defaults.xml index 0f4ca66dcd689..d60313a4402c4 100644 --- a/core/res/res/values/themes_device_defaults.xml +++ b/core/res/res/values/themes_device_defaults.xml @@ -1454,12 +1454,17 @@ easier. @style/Theme.Material.Settings.CompactMenu + @style/Widget.DeviceDefault.Light.ActionBar.Solid @style/ThemeOverlay.DeviceDefault.ActionBar @style/ThemeOverlay.DeviceDefault.Popup.Light + @color/background_device_default_light + @color/primary_device_default_settings_light @color/primary_dark_device_default_settings_light @color/secondary_device_default_settings_light + @color/accent_device_default_light + @color/error_color_device_default_light @android:color/black @@ -1467,9 +1472,16 @@ easier. @android:color/white true + + @dimen/config_dialogCornerRadius + + @dimen/config_buttonCornerRadius @style/Widget.DeviceDefault.Button.ButtonBar.AlertDialog + + @dimen/config_progressBarCornerRadius + @color/list_divider_color_light