I'm trying to find a way to organize a single group of radio buttons into a circle shape. All I can think of is a complex setup of RelativeLayouts, but it gets messy when switching devices. Please help!
Asked
Active
Viewed 98 times
0
-
1You might need to write your own custom viewgroup for this purpose. – CChi Aug 28 '14 at 22:37
-
[This blog](http://blog.mikeweng.com/2013/06/on-android-circular-style-layout.html) describes one approach to achieving a circular layout, based on a relative layout. – Sound Conception Aug 28 '14 at 23:55