Last active
July 26, 2017 18:14
-
-
Save patrick-elmquist/41bce67eb1582e2c04469000fc774517 to your computer and use it in GitHub Desktop.
Enter animation demo: Using GridRecyclerView
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<com.patrickiv.demo.enteranimationdemo.recyclerview.GridRecyclerView | |
android:id="@+id/recycler_view" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:layoutAnimation="@anim/grid_layout_animation_from_bottom" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment