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.
Android用に開発中の翻訳アニメーションが必要です。それは簡単でしたが、アニメーションを他のビューの後ろに配置したいと思います。どうすればそれを達成できますか? setZAdjustment(Animation.ZORDER_BOTTOM)動作しません。そんなに難しいことはありません...
setZAdjustment(Animation.ZORDER_BOTTOM)
アニメーション化された ImageView を使用した RelativeLayout でも同じ問題が発生しました。
最初にアニメーション化された View を RelativeLayout に定義/追加し、次に他のビューを追加することが役に立ちました。