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

Commit 80288c99 authored by Alan Viverette's avatar Alan Viverette
Browse files

Dialog theme overlay should reset window fixed width and height

Bug: 28071435
Change-Id: Ib05fdd5294ebfb6448a992c8c7fe8106eacd8bfa
parent f5c0a55d
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. -->