Last active
July 26, 2017 18:06
-
-
Save patrick-elmquist/008bda228a8f688214211a3026a3d977 to your computer and use it in GitHub Desktop.
Enter Animation demo: Slide bottom GridLayoutAnimation example
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
<?xml version="1.0" encoding="utf-8"?> | |
<gridLayoutAnimation | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
android:animation="@anim/item_animation_from_bottom" | |
android:animationOrder="normal" | |
android:columnDelay="15%" | |
android:rowDelay="15%" | |
android:direction="top_to_bottom|left_to_right" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment