Merge pull request #18 from xdsopl/master

Temporarily opt out of Edge-to-Edge enforcement
This commit is contained in:
Olga Miller 2025-05-24 10:22:08 +02:00 committed by GitHub
commit cfda4eff70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="Base.Theme.AppCompat">
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
</style>
</resources>