class DefaultTintManager : FixedTintManager
Default implementation of SizeManager that will use the same color to tint each item.
tint - the color used to tint each item.
DefaultTintManager(tint: Int)
Default implementation of SizeManager that will use the same color to tint each item. |
fun itemTint(): Int |
fun itemTint(groupCount: Int, groupIndex: Int): Int
Defines a custom tint color for each group of divider. |