OSDN Git Service

Update panel bg color in dark mode
authorlindatseng <lindatseng@google.com>
Thu, 25 Apr 2019 18:06:28 +0000 (11:06 -0700)
committerlindatseng <lindatseng@google.com>
Thu, 25 Apr 2019 18:06:28 +0000 (11:06 -0700)
Per mocks, we should use grey800 as bg color for panel in dark mode,
which is the default bg color of Theme.Material.BaseDialog.

Test: Manual
Fixes: 131108011
Change-Id: I98fe090f777a5f3e8c17513ecc9adab5b6fbec00

core/res/res/values-night/themes_device_defaults.xml

index cc6a311..b8bc17f 100644 (file)
@@ -69,7 +69,6 @@ easier.
         <item name="colorSecondary">@color/secondary_device_default_settings</item>
         <item name="colorAccent">@color/accent_device_default_dark</item>
         <item name="colorError">@color/error_color_device_default_dark</item>
-        <item name="colorBackground">@color/primary_dark_device_default_settings</item>
 
         <!-- Dialog attributes -->
         <item name="alertDialogTheme">@style/Theme.DeviceDefault.Dialog.Alert</item>