
M
Publisher
menjliamanallah
AndroidSystemBarControl
Tools
Android UI Transparency Navigation StatusBar DarkMode LightMode Customization
A plugin for Godot to customize android's system bars (status and navigation bars).
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Android System Bar Control
A plugin for Godot to customize android's system bars (status and navigation bars).
Current features
- Make the system bars transparent and render the UI bellow them.
- Toggle dark/light mode for status bar (navigation bar changes dynamically based on what's bellow it)
How to use
After adding the addon to your project and enabling it you can:
Enable transparency:
in dark mode (white icons)
AndroidSystemBarControl.toggle_system_bars_transparency(true, true)
in light mode (black icons)
AndroidSystemBarControl.toggle_system_bars_transparency(true, false)
Disable transparency
in dark mode (white icons)
AndroidSystemBarControl.toggle_system_bars_transparency(false, true)
in light mode (black icons)
AndroidSystemBarControl.toggle_system_bars_transparency(false, false)