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.
完全に閉じず、画面幅全体に収まらないが短く、別のものの上をスライドするfragmentように、あるものから別のものに切り替えたい。これはアニメーションを使用して可能ですか? いくつかのリンクを提供してください。私はフラグメントの初心者です。PreviousFragmentNewFragment100 dpNewFragment
fragment
PreviousFragment
NewFragment
100 dp
あなたが使いたいのはLayoutTransitionだと思います。フラグメント変更間の遷移のすべてのアニメーションを処理します。置換を使用し、フラグメントを含むメイン ビューでレイアウト トランジションを使用している場合、このアニメーションが表示されます。