-
- All Implemented Interfaces:
public final class PurposeItemDecoration extends RecyclerView.ItemDecorationDecorator for Purpose / SPI item view holder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPurposeItemDecoration.Companion
-
Constructor Summary
Constructors Constructor Description PurposeItemDecoration(Context context, ThemeProvider themeProvider, Boolean dividerForCategoryHeader)
-
Method Summary
Modifier and Type Method Description UnitonDrawOver(Canvas canvas, RecyclerView parent, RecyclerView.State state)-
-
Constructor Detail
-
PurposeItemDecoration
PurposeItemDecoration(Context context, ThemeProvider themeProvider, Boolean dividerForCategoryHeader)
- Parameters:
context- context used to create a DrawablethemeProvider- theme to use for separatordividerForCategoryHeader- as Boolean true if divider shown for category header
-
-
Method Detail
-
onDrawOver
Unit onDrawOver(Canvas canvas, RecyclerView parent, RecyclerView.State state)
-
-
-
-