Anish Mishra пре 2 месеци
родитељ
комит
e084e479bf
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      platform/android/java/editor/src/main/res/values/themes.xml

+ 1 - 0
platform/android/java/editor/src/main/res/values/themes.xml

@@ -3,6 +3,7 @@
 	<style name="GodotEditorTheme" parent="@android:style/Theme.DeviceDefault.NoActionBar.Fullscreen">
 		<item name="android:statusBarColor">@android:color/transparent</item>
 		<item name ="android:navigationBarColor">@android:color/transparent</item>
+		<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
 	</style>
 
 	<style name="GodotEditorSplashScreenTheme" parent="Theme.SplashScreen.IconBackground">