Closed ynkm169 closed 9 years ago
meah............ actually i just set parentViewId and its fine now.....gooooooooooooood
Yes, that is what the anchor view is for. Good that you found it yourself.
I have same issue; How can set parentViewId?
I have tried using:
int parentId = ((View) bk_main.getParent()).getId();
But is always on top.
parentViewId is the id of the view you want to be the parent of the ParticleSytem.
So it is whatever view you have set up in your hierarchy.
I put particle view emitter under another view. However, the particles are always showing on top of all other views, no matter what I do.