setBackgroundColor

open fun setBackgroundColor(@NonNull() fragment: Fragment, @ColorInt() color: Int)

Set background color for fragment.

Parameters

fragment

The fragment.

color

The background color.