hey guys, how to make status bar color same as top app bar color in material 3 in jetpack compose?
If i just change it using the systemUiController by reacting to the overlappedFraction from the scaffold state, the animation is janky, I want everything to happen at once, like in the Clock app from Google
s
Stylianos Gakis
07/10/2023, 3:30 PM
Make the top app bar go edge to edge (with transparent system bars) and have it all animate together is the simplest answer to this imo. No need to make those two animations match in that case since it’d be 1 color all together
h
Hristijan
07/10/2023, 3:56 PM
any sample how to achieve this?
s
Stylianos Gakis
07/10/2023, 4:01 PM
The simplest way to setup everything would probably be to use