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

Commit 94caf7a7 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

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

parents ed748c2c 80288c99
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. -->