Is there a way to change the statusbar color using...
# compose
g
Is there a way to change the statusbar color using Jetpack Compose? Sometimes I can set it, but its not completely filled.
c
@Geert or you can request to be laid out edge to edge, and in the xml activity theme you can declare a transparent status and nav bar.
Then your components will be laid out edge to edge