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

Commit 2af900b4 authored by Tiger Huang's avatar Tiger Huang Committed by Android (Google) Code Review
Browse files

Merge "Make EasterEgg go edge-to-edge by changing the cutout mode" into main

parents af8f1ceb 5c5d1781
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
-->
<resources>
    <style name="AppTheme" parent="@android:style/Theme.DeviceDefault.NoActionBar.Fullscreen">
        <item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
        <item name="android:windowLayoutInDisplayCutoutMode">always</item>
        <item name="android:windowLightNavigationBar">false</item>
    </style>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
<resources>

    <style name="AppTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar.Fullscreen">
        <item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
        <item name="android:windowLayoutInDisplayCutoutMode">always</item>
        <item name="android:windowLightNavigationBar">true</item>
    </style>