set Background Color
open fun setBackgroundColor(@NonNull() fragment: Fragment, @ColorInt() color: Int)
Content copied to clipboard
Set background color for fragment.
Parameters
fragment
The fragment.
color
The background color.