Othman El Jazouli
09/02/2022, 9:55 AMcom.google.accompanist:accompanist-systemuicontroller
we can change single color
val systemUiController = rememberSystemUiController()
systemUiController.setStatusBarColor(Color.Gray)
but can’t find for gradient
in the screen I’m working on the background is gradient and can be animated to another gradient and I would like to have the same effect for the status barTolriq
09/02/2022, 9:57 AMOthman El Jazouli
09/02/2022, 10:19 AMwindow
in onCreate
? or is there something that can be done with compose?
all the solutions I found were using xml styles