Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Android System Bar Color Changer

An asset by Anish
The page banner background of a mountain and forest
Android System Bar Color Changer hero image

Quick Information

0 ratings
Android System Bar Color Changer icon image
Anish
Android System Bar Color Changer

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 project2. 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 = true4. 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/demoIf you have any question or issue with the plugin feel free to submit an issue in its github repository.

Supported Engine Version
4.2
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
6 months ago
Git URL
Issue URL

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.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Android System Bar Color Changer icon image
Anish
Android System Bar Color Changer

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 project2. 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 = true4. 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/demoIf you have any question or issue with the plugin feel free to submit an issue in its github repository.

Supported Engine Version
4.2
Version String
1.1.0
License Version
MIT
Support Level
community
Modified Date
6 months ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers