Android-CircleMenu icon indicating copy to clipboard operation
Android-CircleMenu copied to clipboard

First Item in CircleLayout Click not found

Open akshayshah27991 opened this issue 6 years ago • 1 comments

So i have implemented circleLayout.setOnItemSelectedListener but my problem is I am getting clicks for every other child except the first child in the CircleLayout

akshayshah27991 avatar Mar 19 '18 07:03 akshayshah27991

setOnItemSelectedListener is used to know which item is closest to the firstChildPosition when the circle is rotating. You have to implement the OnItemClickListener interface if you are intersted in Click events only.

szugyi avatar Mar 19 '18 20:03 szugyi