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

color

fun color(color: Int): RecyclerViewDivider.Builder
Deprecated: Use the new divider API instead.

Set the color of all dividers. To set a custom color for each divider use drawableManager instead.

Parameters

color - resolved color for this divider, not a resource.

Return
this Builder instance.