Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有翻译动画的问题。我希望动画发生在所有其他对象之上,在我的情况下,动画对象移动到其他对象后面。谁能帮我?
在制作动画之前将视图移到前面。例子:
private void startTranslateAnimation(View v, TranslateAnimation ta) { v.bringToFront(); v.startAnimation(ta); }