Merge "Add colorBackground(Floating) to DeviceDefault.Dialog"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d983829f6b
@@ -361,6 +361,8 @@ easier.
|
||||
<item name="colorPrimaryDark">@color/primary_dark_device_default_dark</item>
|
||||
<item name="colorAccent">@color/accent_device_default_dark</item>
|
||||
<item name="colorError">@color/error_color_device_default_dark</item>
|
||||
<item name="colorBackground">@color/background_device_default_dark</item>
|
||||
<item name="colorBackgroundFloating">@color/background_floating_device_default_dark</item>
|
||||
|
||||
<!-- Dialog attributes -->
|
||||
<item name="dialogCornerRadius">@dimen/config_dialogCornerRadius</item>
|
||||
@@ -1119,6 +1121,8 @@ easier.
|
||||
<item name="colorPrimaryDark">@color/primary_dark_device_default_light</item>
|
||||
<item name="colorAccent">@color/accent_device_default_light</item>
|
||||
<item name="colorError">@color/error_color_device_default_light</item>
|
||||
<item name="colorBackground">@color/background_device_default_light</item>
|
||||
<item name="colorBackgroundFloating">@color/background_floating_device_default_light</item>
|
||||
|
||||
<!-- Progress bar attributes -->
|
||||
<item name="colorProgressBackgroundNormal">@color/config_progress_background_tint</item>
|
||||
|
||||
Reference in New Issue
Block a user