ScrollChoice
ScrollChoice copied to clipboard
ItemSpace?
I want to give the spacing between items, which does not work with any method. So, What should I do?
in onSizeChanged method, mItemHeight = rectDrawn.height() / mVisibleItemCount + DimensionUtil.dipToPx(getContext(),14); 14 is my setting item padding. it solved my probliem.