1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Android: Update exported app and editor theme

This commit is contained in:
Anish Mishra
2024-11-06 16:35:24 +05:30
parent e65a23762b
commit 6fd8d7b634
2 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<style name="GodotAppMainTheme" parent="@android:style/Theme.Black.NoTitleBar"/> <style name="GodotAppMainTheme" parent="@android:style/Theme.DeviceDefault.NoActionBar">
<item name ="android:windowDrawsSystemBarBackgrounds">false</item>
</style>
<style name="GodotAppSplashTheme" parent="Theme.SplashScreen"> <style name="GodotAppSplashTheme" parent="Theme.SplashScreen">
<!-- Set the splash screen background, animated icon, and animation <!-- Set the splash screen background, animated icon, and animation

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<style name="GodotEditorTheme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen"> <style name="GodotEditorTheme" parent="@android:style/Theme.DeviceDefault.NoActionBar.Fullscreen">
<item name ="android:windowDrawsSystemBarBackgrounds">false</item>
</style> </style>
<style name="GodotEditorSplashScreenTheme" parent="Theme.SplashScreen.IconBackground"> <style name="GodotEditorSplashScreenTheme" parent="Theme.SplashScreen.IconBackground">