Android - 动画onClick在RecyclerView的图像作为Whatsapp

时间:2016-04-28 08:09:15

标签: android image animation android-recyclerview whatsapp

如何点击image of a row of a RecyclerView,在屏幕中央显示带有动画的图像,如Whatsapp

谢谢

enter image description here

1 个答案:

答案 0 :(得分:1)

您要找的是shared element transition

RecycleAdapter添加这些内容。 android:transitionName="TRANSITION_NAME"

<ImageView
    android:transitionName="TRANSITION_NAME"
    android:layout_width="@dimen/content_width"
    android:layout_height="@dimen/content_height" />

另外,在下一页的ImageView中也添加相同的行