Skip to content

Commit 73f1d5f

Browse files
authored
Merge pull request #240 from Pinguth/android-3-button-obscured-issue
Fix for 3 Button navigation Hiding actionbar
2 parents 6c531f3 + 561ff2c commit 73f1d5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

android/src/main/res/values/styles.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33

4-
<style name="Base.Theme.NoActionBar" parent="Theme.AppCompat.Light.NoActionBar" />
4+
<style name="Base.Theme.NoActionBar" parent="Theme.AppCompat.Light.NoActionBar">
5+
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
6+
</style>
57

68
<style name="Picture.Theme.Translucent" parent="Base.Theme.NoActionBar">
79
<item name="android:windowBackground">@color/ps_color_transparent</item>

0 commit comments

Comments
 (0)