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

Commit 3e46ef7e authored by Ram Parameswaran's avatar Ram Parameswaran Committed by Android (Google) Code Review
Browse files

Merge "Explicitly set default display in cutout flag"

parents e5ae5238 41318e03
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -409,6 +409,9 @@ please see themes_device_defaults.xml.
        <!-- Tooltip popup properties -->
        <item name="tooltipForegroundColor">@color/foreground_material_light</item>
        <item name="tooltipBackgroundColor">@color/tooltip_background_light</item>

        <!-- Display cutout properties -->
        <item name="android:windowLayoutInDisplayCutoutMode">default</item>
    </style>

    <!-- Material theme (light version). -->
@@ -785,6 +788,9 @@ please see themes_device_defaults.xml.
        <!-- Tooltip popup properties -->
        <item name="tooltipForegroundColor">@color/foreground_material_dark</item>
        <item name="tooltipBackgroundColor">@color/tooltip_background_dark</item>

        <!-- Display cutout properties -->
        <item name="android:windowLayoutInDisplayCutoutMode">default</item>
    </style>

    <!-- Variant of the material (light) theme that has a solid (opaque) action bar