mirror of
https://github.com/apache/cordova-android.git
synced 2026-01-30 00:05:28 +08:00
fix: opaque navigation bar in edge to edge (#1867)
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user