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

DefaultTintManager

class DefaultTintManager : FixedTintManager
Deprecated: Use the new divider API instead.

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

Parameters

tint - the color used to tint each item.

Constructors

<init>

DefaultTintManager(tint: Int)

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

Functions

itemTint

fun itemTint(): Int

Inherited Functions

itemTint

fun itemTint(groupCount: Int, groupIndex: Int): Int

Defines a custom tint color for each group of divider.