Skip to content
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

Particle system as background #17

Closed
shinsal opened this issue Mar 11, 2015 · 2 comments
Closed

Particle system as background #17

shinsal opened this issue Mar 11, 2015 · 2 comments

Comments

@shinsal
Copy link

shinsal commented Mar 11, 2015

Hi,

First of all, I would like to thank you for making this library. It's very useful for what I'm trying to achieve.

However, I want all the emitted particles to be in the background instead of the foreground. As of currently I have it, it show a snow-like particles but all those particles will make all my other views in the layout to be in the background. Is there any way to make the particles to be in the background instead?

Anything you can point out to help me with this would be appreciated.

Thanks,

Shinta

@plattysoft
Copy link
Owner

This is something that is not possible, but it is planned.

The idea is that when you create the ParticleField, it can be a child of another view (preferably a FrameLayout) instead of a child of the android.R.id.content, with that you can position it anywhere in your layout.

I plan to do that update soon, probably this week or next week.

@shinsal
Copy link
Author

shinsal commented Mar 11, 2015

I see. Cool!! Thank you for the prompt reply! I look forward to the update to the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants