You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new item decorator should implement identical drawing technique of DividerItemDecorator (from Android API); Should have equal item offset; Section gap offset; Should work with all layouts and orientations.
The new item decorator should implement identical drawing technique of
DividerItemDecorator
(from Android API); Should have equal item offset; Section gap offset; Should work with all layouts and orientations.For item spacing technique, the open source decorator ibosong/CommonItemDecoration can be merged.
Details of the functionalities:
Linear
,Grid
orStaggeredGrid
).FlexibleAdapter
and can add gap offset between them.android.R.attr.listDivider
.DrawableRes id
.The text was updated successfully, but these errors were encountered: