소스 검색

Merge pull request #106810 from syntaxerror247/Fix-UI

Fix Android editor UI
Thaddeus Crews 3 달 전
부모
커밋
4db474d4ab
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">