carbonkivy.utils
Module Contents
- carbonkivy.utils.update_system_ui(status_bar_color: list[float] | str, navigation_bar_color: list[float] | str, icon_style: Literal['Light', 'Dark']) None[source]
Update the color system of the status and navigation bar.
Currently supports Android only.
- The code is taken from AKivyMD project -
- Source code -
kivymd_extensions/akivymd/uix/statusbarcolor.py
- Author Sina Namadian -
- Author Kartavya Shukla (Bug Fix Related to Navigation Icon colors) -