abstract class FixedTintManager : TintManagerDefines a TintManager which doesn't depend on the item's position.
FixedTintManager()
Defines a TintManager which doesn't depend on the item's position. |
fun itemTint(groupCount: Int, groupIndex: Int): Int
Defines a custom tint color for each group of divider. abstract fun |
class
Default implementation of SizeManager that will use the same color to tint each item. |