v3.2.3: various further Android-specific UI/layout improvements
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<?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>
|
||||
<!-- Compat with Android 8 and older, which don't have full inset handling support -->
|
||||
<!-- This is the classic plain black theme that Pixel Dungeons have always used -->
|
||||
<style name="GameTheme" parent="@android:style/Theme.Black.NoTitleBar"/>
|
||||
</resources>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user