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.
1 parent af4d9f4 commit 337439dCopy full SHA for 337439d
README.md
@@ -25,7 +25,9 @@ Instead of using the script (or if you want to apply the flag as early as possib
25
<style name="BaseUnityTheme" parent="android:Theme.Material.Light.NoActionBar.Fullscreen">
26
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
27
</style>
28
-</resources>```
+</resources>
29
+```
30
+
31
There is no need to add the script to your project in this case. You may also need to tweak the snippet above if you are using a custom theme.
32
33
I recommend using the default approach with the script unless you have good reasons to do otherwise.
0 commit comments