Open zambony opened 6 years ago
Adding a simple spacer between items using DividerItemDecoration offsets the centered item to the left too much when the layout is set to Horizontal, and when it is Vertical, the item is moved up too far.
DividerItemDecoration
Horizontal
Vertical
Adding a simple spacer between items using
DividerItemDecoration
offsets the centered item to the left too much when the layout is set toHorizontal
, and when it isVertical
, the item is moved up too far.