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

Unverified Commit 1d1424a4 authored by Sebastiano Barezzi's avatar Sebastiano Barezzi
Browse files

Twelve: Set edge to edge and transparent navigation bar color attributes

This is needed for bottom sheet dialogs on API < 35

Change-Id: I7b7df003681297feee042b9da9962b426535ece5
parent 22e2370a
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -5,7 +5,11 @@
-->
<resources>
    <!-- Application theme -->
    <style name="Theme.Twelve" parent="Theme.Material3.DayNight.NoActionBar" />
    <style name="Theme.Twelve" parent="Theme.Material3.DayNight.NoActionBar">
        <item name="android:enforceNavigationBarContrast">true</item>
        <item name="android:navigationBarColor">@android:color/transparent</item>
        <item name="enableEdgeToEdge">true</item>
    </style>

    <style name="Theme.Twelve.Dialog" parent="Theme.Material3.DayNight.Dialog.Alert">
        <item name="android:windowActionBar">false</item>