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 -

php - How to Access to Laravel 5 with Pingpong-Modules to a specific Module -

sql server - Sharing data between stored procedures -