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

am: 94caf7a

* commit '94caf7a79743b3160d5a0dd4c623278e1319a03b':
  Dialog theme overlay should reset window fixed width and height

Change-Id: Ib0b4c5f417cbbbe323f1676d311bec648c175c12
This commit is contained in:
Alan Viverette
2016-04-11 16:31:37 +00:00
committed by android-build-merger

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. -->