Android-CircleMenu
Android-CircleMenu copied to clipboard
radial line
is it possible to connect children to center with radial lines?
No, there is no feature like this in the library
tnx, could you please show me some approach to do that ?
Well, I think the best way to do it would be to override the onDraw method in the CircleLayout, and to draw the line from the center of the view to the child views there, based on the current angle of the children. If you rotate the children you might need to invalidate the whole layout when the angle is updated.
thank you very much