Add option to disable Swipe-to-Dismiss for Wear OS
This commit is contained in:
parent
fafc07335b
commit
5d8e2cd63f
4 changed files with 69 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue