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

AndroidSystemBarControl

An asset by menjliamanallah
The page banner background of a mountain and forest
AndroidSystemBarControl hero image

Quick Information

0 ratings
AndroidSystemBarControl icon image
menjliamanallah
AndroidSystemBarControl

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

Supported Engine Version
4.4
Version String
0.1
License Version
MIT
Support Level
community
Modified Date
11 months ago
Git URL
Issue URL

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:

AndroidSystemBarControl.toggle_system_bars_transparency(true, true) # in dark mode (white icons) AndroidSystemBarControl.toggle_system_bars_transparency(true, false) # in light mode (black icons)

Disable transparency

AndroidSystemBarControl.toggle_system_bars_transparency(false, true) # in dark mode (white icons) AndroidSystemBarControl.toggle_system_bars_transparency(false, false) # in light mode (black icons)

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

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
AndroidSystemBarControl icon image
menjliamanallah
AndroidSystemBarControl

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

Supported Engine Version
4.4
Version String
0.1
License Version
MIT
Support Level
community
Modified Date
11 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