Skip to content

Commit

Permalink
Opt out of edge to edge enformcement
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Nov 6, 2024
1 parent 5647718 commit 570b65f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
<!-- Status bar color. -->
<item name="android:statusBarColor">#121212</item>
<!-- Customize your theme here. -->
<item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item>
</style>
</resources>
2 changes: 2 additions & 0 deletions android/app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<!-- Status bar color. -->
<item name="android:statusBarColor">#121212</item>
<!-- Customize your theme here. -->

<item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item>
</style>

</resources>

0 comments on commit 570b65f

Please sign in to comment.