Android System Bar Color Changer's icon

Android System Bar Color Changer 1.1.0 Tools 4.2 Community

Submitted by user Anish; MIT; 2024-10-05

This Plugin enables to dynamically change the system bar colors (status bar and navigation bar) of your godot android app.

How To Use:
1. Turn on gradle build in your project

2. Turn off immersive_mode in Android exprot present (to make system bar visible) and make sure to turn on plugin in project settings.

3. Add SystemBarColorChanger node to your scene
--> To change status bar color
$SystemBarColorChanger.set_status_bar_color(color)
--> To change navigation bar color
$SystemBarColorChanger.set_navigation_bar_color(color)
--> If you want to have light status bar eg. WHITE
$SystemBarColorChanger.lightStatusBar = true
--> If you want to have light navigation bar eg. WHITE
$SystemBarColorChanger.lightNavigationBar = true

4. Translucent System Bars
--> To enable translucent system bars
$SystemBarColorChanger.set_translucent_system_bars(true)
--> To disable translucent system bars
$SystemBarColorChanger.set_translucent_system_bars(false)

Demo Project: https://github.com/syntaxerror247/godot-android-system-bar-color-changer/tree/main/plugin/demo

If you have any question or issue with the plugin feel free to submit an issue in its github repository.


View files Download Submit an issue Recent Edits