Skip to content

Commit

Permalink
Opt out of edge to edge for now
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Dec 22, 2024
1 parent 2db9c67 commit e64a519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/res/values-night/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>
1 change: 1 addition & 0 deletions android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>

0 comments on commit e64a519

Please sign in to comment.