interface TintManager
Used 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 itemTint(groupCount: Int, groupIndex: Int): Int
Defines a custom tint color for each group of divider. |
abstract class FixedTintManager : TintManager
Defines a TintManager which doesn't depend on the item's position. |