A plugin for Godot to customize android's system bars (status and navigation bars).
- 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)
After adding the addon to your project and enabling it you can:
AndroidSystemBarControl.toggle_system_bars_transparency(true, true)
AndroidSystemBarControl.toggle_system_bars_transparency(true, false)
AndroidSystemBarControl.toggle_system_bars_transparency(false, true)
AndroidSystemBarControl.toggle_system_bars_transparency(false, false)