fix: opaque navigation bar in edge to edge (#1867)

This commit is contained in:
João Gonçalves
2025-12-19 11:58:02 +00:00
committed by GitHub
parent 76bac55fba
commit eaca570cb6

View File

@@ -30,9 +30,6 @@
<!-- Required: Set the theme of the Activity that directly follows your splash screen. --> <!-- Required: Set the theme of the Activity that directly follows your splash screen. -->
<item name="postSplashScreenTheme">@style/Theme.Cordova.App.DayNight</item> <item name="postSplashScreenTheme">@style/Theme.Cordova.App.DayNight</item>
<!-- Disable Edge-to-Edge for SDK 35 -->
<item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item>
</style> </style>
<style name="Theme.Cordova.App.DayNight" parent="Theme.AppCompat.DayNight.NoActionBar"> <style name="Theme.Cordova.App.DayNight" parent="Theme.AppCompat.DayNight.NoActionBar">