<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="Theme.EdgeToEdge" parent="Theme.EdgeToEdge.DayNight">
        <item name="android:windowTranslucentNavigation">true</item>
        <item name="android:statusBarColor">@android:color/transparent</item>
        <item name="android:windowLightStatusBar">?darkContentBarsStyle</item>
    </style>
</resources>