Skip to content

amanullahmenjli/AndroidSystemBarControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A plugin for Godot to customize android's system bars (status and navigation bars).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors