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

tint

fun tint(color: Int): RecyclerViewDivider.Builder

Set the tint color of all dividers' drawables. If you want to create a plain divider with a single color, color is recommended. To set a custom tint color for each divider's drawable use tintManager instead.

Parameters

color - color that will be used as drawable's tint.

Return
this Builder instance.