でウィンドウ遷移を設定する
getWindow().setEnterTransition(new Explode());
getWindow().setExitTransition(new Explode());
しかし、結果は奇妙です。ウィンドウ項目はウィンドウの側面から入っています。
単純な分解トランジションの方法とExplode()
組み合わせたアニメーションのようなものです。Slide()
でウィンドウ遷移を設定する
getWindow().setEnterTransition(new Explode());
getWindow().setExitTransition(new Explode());
しかし、結果は奇妙です。ウィンドウ項目はウィンドウの側面から入っています。
単純な分解トランジションの方法とExplode()
組み合わせたアニメーションのようなものです。Slide()