Change the android NavBar color.
app.SetNavBarColor(
color )
Note: This function is a premium feature. Please consider subscribing to Premium to use this feature and support DroidScript in its further development.
Example - Change NavBar Color
function OnStart() {
app.SetNavBarColor("green");
}
from native import app
def OnStart():
app.SetNavBarColor("green")
String:
hexadecimal: “#rrggbb”, “#aarrggbb”
colourName: “red”, “green”, ...