In Android how to make ObjectAnimator translate on top of the other imageviews and not below? -


i have imageviews translating using

objectanimator movey = objectanimator.offloat(stone, "y", catpos[1] ); 

when translates specified position,and there image view there, places under imageview. want newly moved imageview seen on top. how can that?

adding code bringtofont() worked.


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -