Is there any way to change the status bar color pr...
# compose
m
Is there any way to change the status bar color programmatically? I mean can we change it from inside of our composables and not using any xml values.
a
SystemUIController via accompanist (deprecated) or
Activity.enableEdgeToEdge
via androidx.activity (1.8 alpha)
m
can you recommend any blog or tutorial or any code example?
a
Searching either of them gives more than enough docs and examples
m
Okay thank you!