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
StartOffsetItemDecoration and EndOffsetItemDecoration's constructors take in an integer value for the size of an offset in pixels. DividerItemDecoration's constructor takes a Drawable for a divider.
All of these ItemDecorations should feature constructors for each a Drawable divider and an integer pixel offset.
The text was updated successfully, but these errors were encountered:
StartOffsetItemDecoration
andEndOffsetItemDecoration
's constructors take in an integer value for the size of an offset in pixels.DividerItemDecoration
's constructor takes aDrawable
for a divider.All of these ItemDecorations should feature constructors for each a
Drawable
divider and an integer pixel offset.The text was updated successfully, but these errors were encountered: