1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Implement OS.get_window_safe_area() for Android

This commit is contained in:
Mark Riedesel
2020-10-26 15:07:54 -04:00
parent b370aa75dd
commit 96e22bd9fb
5 changed files with 48 additions and 2 deletions

View File

@@ -5,5 +5,6 @@
<style name="GodotAppSplashTheme" parent="@style/GodotAppMainTheme">
<item name="android:windowBackground">@drawable/splash_drawable</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
</resources>