setLastItemDecorated

open fun setLastItemDecorated(lastItemDecorated: Boolean)

Sets whether the class should draw a divider after the last item of a RecyclerView.

Parameters

lastItemDecorated

whether there's a divider after the last item of a recycler view.

See also