Skip to content

Commit 92a2b0b

Browse files
committed
Attempt to fix markup #2
1 parent 337439d commit 92a2b0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ This plugin is targeted towards Unity 2017.4, however I see no reasons why it sh
2020

2121
## Alternative solution
2222
Instead of using the script (or if you want to apply the flag as early as possible), you could modify the theme used by Unity. To do so, please create a file at the path `Assets/Plugins/Android/res/values-v28/styles.xml` with the following contents:
23-
```<?xml version="1.0" encoding="utf-8"?>
23+
```
24+
<?xml version="1.0" encoding="utf-8"?>
2425
<resources>
2526
<style name="BaseUnityTheme" parent="android:Theme.Material.Light.NoActionBar.Fullscreen">
2627
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>

0 commit comments

Comments
 (0)