This is an automated email from the ASF dual-hosted git repository.
erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git
The following commit(s) were added to refs/heads/master by this push:
new eaca570c fix: opaque navigation bar in edge to edge (#1867)
eaca570c is described below
commit eaca570cb65fc3a0caecf160bc831cdfcf3676b6
Author: João Gonçalves <[email protected]>
AuthorDate: Fri Dec 19 11:58:02 2025 +0000
fix: opaque navigation bar in edge to edge (#1867)
---
templates/project/res/values/cdv_themes.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/templates/project/res/values/cdv_themes.xml
b/templates/project/res/values/cdv_themes.xml
index a59b589f..7d4200c2 100644
--- a/templates/project/res/values/cdv_themes.xml
+++ b/templates/project/res/values/cdv_themes.xml
@@ -30,9 +30,6 @@
<!-- Required: Set the theme of the Activity that directly follows
your splash screen. -->
<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 name="Theme.Cordova.App.DayNight"
parent="Theme.AppCompat.DayNight.NoActionBar">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]