v3.2.3: initial overhaul to inset functionality for edge-to-edge

This commit is contained in:
Evan Debenham
2025-08-29 14:36:24 -04:00
parent 0630d65cc6
commit 09f5948aa2
23 changed files with 376 additions and 175 deletions

View File

@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
<item name="android:windowLayoutInDisplayCutoutMode">
always <!-- For Android 14 and older devices-->
</item>
</style>
</resources>