Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 609b81c8 authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

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

am: 94caf7a7

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

Change-Id: Ib0b4c5f417cbbbe323f1676d311bec648c175c12
parents fb1a323d 94caf7a7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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. -->