Files
shattered-pixel-dungeon-web…/android/src/main/res/values/style.xml

10 lines
288 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:windowLayoutInDisplayCutoutMode">
always <!-- For Android 14 and older devices-->
</item>
</style>
</resources>