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

drawableManager

fun drawableManager(drawableManager: DrawableManager): RecyclerViewDivider.Builder
Deprecated: Use the new divider API instead.

Set the divider's custom DrawableManager. Warning: if the span count is major than one and the drawable can't be mirrored, the drawable will not be shown correctly.

Parameters

drawableManager - custom DrawableManager to set.

Return
this Builder instance.