Android-CircleMenu
Android-CircleMenu copied to clipboard
First Item in CircleLayout Click not found
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
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.