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.
以下のようにreplaceを呼び出すときにフェードアニメーションを停止する方法について何かアイデアはありますか?
FragmentManager fm = activity.getFragmentManager(); FragmentTransaction transaction = fm.beginTransaction(); transaction.replace(Id,Fragment,Tag);
単純:
transaction.setCustomAnimations(0,0);
このメソッドを使用して、R.anim.リソースへの参照を渡すことにより、必要なカスタムアニメーションを設定することもできます。
R.anim.