setFitsSystemWindows

open fun setFitsSystemWindows(fitSystemWindows: Boolean)

Sets whether this view should account for system screen decorations such as the status bar and inset its content. This is always set to false regardless of the parameter value because enabling it breaks the BottomSheetBehavior. This view has custom insets handling instead.

Parameters

fitSystemWindows

Ignored parameter. The value is always set to false.