You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Android System Bar Color Changer [](https://github.com/sponsors/syntaxerror247)
@@ -14,12 +14,11 @@ Steps:
14
14
- enable the plugin via the `Plugins` tab of `Project->Project Settings...` menu, in the Godot Editor.
15
15
16
16
## How to use
17
-
1. Turn on gradle build in your project.
18
-
- Follow instructions on the following page to create an [Android gradle build](https://docs.godotengine.org/en/stable/tutorials/export/android_gradle_build.html).
17
+
1. Make the system bar visible
18
+
- Disable `immersive_mode` in the Android export settings, **or**
19
+
- Use [`window_set_mode`](https://docs.godotengine.org/en/stable/classes/class_displayserver.html#class-displayserver-method-window-set-mode) to toggle it at runtime.
19
20
20
-
2. Turn off immersive_mode in Android exprot settings (to make system bar visible).
21
-
22
-
3. Add `SystemBarColorChanger` node to your scene and reference it in a variable named SystemBarColorChanger.
21
+
3. Call the required methods anywhere in your project:
0 commit comments