abstract class FixedTintManager : TintManager
Defines 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 itemTint(): Int |
class DefaultTintManager : FixedTintManager
Default implementation of SizeManager that will use the same color to tint each item. |