mirror of
https://github.com/olgamiller/SSTVEncoder2.git
synced 2025-12-06 06:52:01 +01:00
temporarily opt out of edge to edge enforcement
This commit is contained in:
parent
decdb191af
commit
446f1da12b
6
app/src/main/res/values-v35/styles.xml
Normal file
6
app/src/main/res/values-v35/styles.xml
Normal 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>
|
||||
Loading…
Reference in a new issue