Skip to content

Commit 561ff2c

Browse files
author
Michael Alder
committed
Fix: [Changed to move actionbar above 3 button navigation mode on android]
1 parent 6c531f3 commit 561ff2c

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)