Dialog theme overlay should reset window fixed width and height

Bug: 28071435
Change-Id: Ib05fdd5294ebfb6448a992c8c7fe8106eacd8bfa
This commit is contained in:
Alan Viverette
2016-04-11 10:44:14 -04:00
parent f5c0a55d1e
commit 80288c99c0

View File

@@ -890,6 +890,11 @@ please see themes_device_defaults.xml.
<item name="listDivider">@null</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>
<!-- Theme overlay that overrides window properties to display as a date picker dialog. -->