toggle menu
KAHelpers
androidJvm
switch theme
search in API
recyclerview
/
dev.funkymuse.recyclerview
/
AdvancedDividerItemDecoration
/
AdvancedDividerItemDecoration
Advanced
Divider
Item
Decoration
constructor
(
context
:
Context
,
attrs
:
AttributeSet
)
constructor
(
context
:
Context
,
attrs
:
AttributeSet
,
showFirstDivider
:
Boolean
,
showLastDivider
:
Boolean
)
constructor
(
context
:
Context
,
resId
:
Int
)
constructor
(
context
:
Context
,
resId
:
Int
,
showFirstDivider
:
Boolean
,
showLastDivider
:
Boolean
)
constructor
(
divider
:
Drawable
)
constructor
(
divider
:
Drawable
,
showFirstDivider
:
Boolean
,
showLastDivider
:
Boolean
)