interface TintManagerUsed to specify a custom logic to use different tint colors to tint divider's drawables. You can add a custom TintManager in your RecyclerViewDivider.Builder using the RecyclerViewDivider.Builder.tintManager method.
abstract fun
Defines a custom tint color for each group of divider. |
abstract class
Defines a TintManager which doesn't depend on the item's position. |