Its a challenge for all.. How we can put buttons in relative or linear layout or any other layout in a circle same as in this image. We can do it using xml or using code. Please help.
Thanks in advance
|
Its a challenge for all.. How we can put buttons in relative or linear layout or any other layout in a circle same as in this image. We can do it using xml or using code. Please help. Thanks in advance
| ||||
|
feedback
|
|
This method is the layout equivalent of plotting arbitrary X and Y coordinates. Features:
This example layout shows how to place an ImageView in each quadrant of an XY grid with origin at the center:
| |||||
feedback
|
|
I don't think this could be done with a layout different then AbsoluteLayout. How exactly it should be done, you have to try yourself, because it is kinda tricky, but possible!
This is what I had in mind and by the way not sure on 100% but with some efforts you could set it up to be proportional - to pass on different resolutions. | |||||||||||
feedback
|