ScrollChoice icon indicating copy to clipboard operation
ScrollChoice copied to clipboard

ItemSpace?

Open duveen opened this issue 9 years ago • 1 comments

I want to give the spacing between items, which does not work with any method. So, What should I do?

duveen avatar Apr 24 '17 12:04 duveen

in onSizeChanged method, mItemHeight = rectDrawn.height() / mVisibleItemCount + DimensionUtil.dipToPx(getContext(),14); 14 is my setting item padding. it solved my probliem.

xinwa avatar May 21 '18 08:05 xinwa