We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c531f3 + 561ff2c commit 73f1d5fCopy full SHA for 73f1d5f
android/src/main/res/values/styles.xml
@@ -1,7 +1,9 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
4
- <style name="Base.Theme.NoActionBar" parent="Theme.AppCompat.Light.NoActionBar" />
+ <style name="Base.Theme.NoActionBar" parent="Theme.AppCompat.Light.NoActionBar">
5
+ <item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
6
+ </style>
7
8
<style name="Picture.Theme.Translucent" parent="Base.Theme.NoActionBar">
9
<item name="android:windowBackground">@color/ps_color_transparent</item>
0 commit comments