You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: