Merge "Dialog theme overlay should reset window fixed width and height" into nyc-dev

This commit is contained in:
Alan Viverette
2016-04-11 16:21:51 +00:00
committed by Android (Google) Code Review

View File

@@ -890,6 +890,11 @@ please see themes_device_defaults.xml.
<item name="listDivider">@null</item> <item name="listDivider">@null</item>
<item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item> <item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item>
<item name="windowFixedWidthMajor">@null</item>
<item name="windowFixedWidthMinor">@null</item>
<item name="windowFixedHeightMajor">@null</item>
<item name="windowFixedHeightMinor">@null</item>
</style> </style>
<!-- Theme overlay that overrides window properties to display as a date picker dialog. --> <!-- Theme overlay that overrides window properties to display as a date picker dialog. -->