Skip to content

Commit 570b65f

Browse files
committed
Opt out of edge to edge enformcement
1 parent 5647718 commit 570b65f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

android/app/src/main/res/values-night/themes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
<!-- Status bar color. -->
1313
<item name="android:statusBarColor">#121212</item>
1414
<!-- Customize your theme here. -->
15+
<item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item>
1516
</style>
1617
</resources>

android/app/src/main/res/values/themes.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<!-- Status bar color. -->
1313
<item name="android:statusBarColor">#121212</item>
1414
<!-- Customize your theme here. -->
15+
16+
<item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item>
1517
</style>
1618

1719
</resources>

0 commit comments

Comments
 (0)