recycler-view-divider / com.fondesa.recyclerviewdivider.manager.tint

Package com.fondesa.recyclerviewdivider.manager.tint

Types

DefaultTintManager

class DefaultTintManager : FixedTintManager

Default implementation of SizeManager that will use the same color to tint each item.

FixedTintManager

abstract class FixedTintManager : TintManager

Defines a TintManager which doesn't depend on the item's position.

TintManager

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.