recycler-view-divider / com.fondesa.recyclerviewdivider / RecyclerViewDivider / Builder / hideLastDivider

hideLastDivider

fun hideLastDivider(): RecyclerViewDivider.Builder

Hide the divider after the last group of items. Warning: when the spanCount is major than 1, only the divider after the last group will be hidden, the items' dividers, instead, will be shown. If you want to specify a more flexible behaviour, use visibilityManager instead.

Return
this Builder instance.