recycler-view-divider / com.fondesa.recyclerviewdivider / DividerBuilder / asSpace

asSpace

fun asSpace(): DividerBuilder

Sets the divider as a simple space, so the divider leaves the space between two cells but it is not rendered. Since the rendering is totally skipped in this case, it's better than using a transparent color.

Return
this DividerBuilder instance.