recycler-view-divider / com.fondesa.recyclerviewdivider.tint / TintProvider / getDividerTintColor

getDividerTintColor

abstract fun getDividerTintColor(grid: Grid, divider: Divider): Int?

Gets the tint color of the given divider's Drawable.

Parameters

grid - the Grid in which the divider is shown.

divider - the Divider which will tint its Drawable.

Return
the tint color of the given divider or null if the divider shouldn't be tinted.