Search code examples
androidandroid-custom-viewcircular-list

Create a custom view group


I want to create a layout with number of childs in circular design and from centre of the view point i need to draw lines to every child.

Please find below image is childs in view are 4. enter image description here


Solution

  • You can get this by Overriding the drawchild method of android gallery.

    Check out ArcMenu which may help you but you have to make some changes in this code according to your requirement.