class DefaultTintManager : FixedTintManager
Default implementation of SizeManager that will use the same color to tint each item. |
|
abstract class FixedTintManager : TintManager
Defines a TintManager which doesn't depend on the item's position. |
|
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. |