-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Circular bounding layout #21
Comments
Yes, this is not currently supported, but it is an interesting idea. You could achieve something similar by flagging the layout to not have bounds and to manually create circular bounds yourself as an "invisible" view within the layout |
Thanks for getting back to me! How would I go about creating a circular bounds within the layout? Is this something I would have to do manually using Box2D or is it something that could be achieved with your library? Sorry, I'm not trying to get you to code my solution or anything... just wanted some clarification. If you could point me in the right direction it would be appreciated. |
@ghost |
I also have this requirement here. Do you have a solution? Thank you |
I also have this requirement here. Do you have a solution? Thank you |
Maybe I'm missing it, but there does not appear to be a way to create a PhysicsFrameLayout (or other layout) that's boundary is a circle. I'm looking to put circle views inside a circular bounding layout. Is there a way to do this?
The text was updated successfully, but these errors were encountered: