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
You should not rotate the CircleLayout that way. All you are doing is rotating the ViewGroup itself. To rotate the items you must animate the angle property of the view via the setAngle method.
I rotated the circle_layout with below code
Now when I click on items they show toasts of different items id ,click is getting wrong in this scenario .
The text was updated successfully, but these errors were encountered: