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
in onSizeChanged method,
mItemHeight = rectDrawn.height() / mVisibleItemCount + DimensionUtil.dipToPx(getContext(),14);
14 is my setting item padding. it solved my probliem.
I want to give the spacing between items, which does not work with any method.
So, What should I do?
The text was updated successfully, but these errors were encountered: