setFullSpan

open fun setFullSpan(fullSpan: Boolean)(source)

When set to true, the item will layout using all span area. That means, if orientation is vertical, the view will have full width; if orientation is horizontal, the view will have full height.

Parameters

fullSpan

True if this item should traverse all spans.

See also