var window = this.window;
window.addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS);
getWindow().decorView.systemUiVisibility = View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR;
val controller = ViewCompat.getWindowInsetsController(binding.root)
controller?.systemBarsBehavior = WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS
controller?.isAppearanceLightStatusBars = true
- @color/white
- ?attr/colorPrimaryVariant
- true



