In my design patterns, I always build my interfaces to scale to different screen sizes, but with this CircleLayout there is no way to make the children sizes scale up or down along with their parent (CircleLayout) via xml or Java. Attempting to resize an individual child programatically causes that particular view to disappear.
is there a solution to this?