Status Bar Theme
- icon
val view = LocalView.currentval 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()