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

Merge pull request #100601 from syntaxerror247/wear-OS

Add option to disable `Swipe to Dismiss` for Wear OS
This commit is contained in:
Rémi Verschelde
2024-12-20 23:56:54 +01:00
4 changed files with 69 additions and 1 deletions

View File

@@ -2,7 +2,8 @@
<resources>
<style name="GodotAppMainTheme" parent="@android:style/Theme.DeviceDefault.NoActionBar">
<item name ="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowSwipeToDismiss">false</item>
</style>
<style name="GodotAppSplashTheme" parent="Theme.SplashScreen">