Skip to content

Status Bar Theme

  • icon
val view = LocalView.current
val window = (view.context as Activity).window
WindowCompat.getInsetsController(window, view)
.isAppearanceLightStatusBars = false
  • Background color (since the newer Android Force Edge-to-Edge caused this to fail).
window.statusBarColor = color.toArgb()