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); }