5

Android サイトに示されているサンプル例を使用して、複数の共有要素にアニメーション遷移を実装しようとしています。

    ActivityOptions options = ActivityOptions.makeSceneTransitionAnimation(this,
    Pair.create(view1, "agreedName1"),
    Pair.create(view2, "agreedName2"));

しかし、Eclipse IDE のサンプル アプリケーションにこのコードを実装しようとすると、

The method makeSceneTransitionAnimation(Activity, View, String) in the type ActivityOptions is not applicable for the arguments (MyActivity, Pair<View,String>, Pair<View,String>)

私はそこにいくつかの助けを使うことができます。ありがとう。

4

2 に答える 2