Skip to content

Commit

Permalink
disabled edgeToEdge
Browse files Browse the repository at this point in the history
  • Loading branch information
mickstar committed Jan 8, 2025
1 parent de9adfc commit 6dc40ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">#000000</item>
<item name="colorAccent">@color/colorPrimary</item>
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
</style>


<style name="Theme.ZooForZotero.NoActionBar" parent="Theme.ZooForZotero">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
</style>
</resources>

0 comments on commit 6dc40ed

Please sign in to comment.