Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save patrick-elmquist/008bda228a8f688214211a3026a3d977 to your computer and use it in GitHub Desktop.
Save patrick-elmquist/008bda228a8f688214211a3026a3d977 to your computer and use it in GitHub Desktop.
Enter Animation demo: Slide bottom GridLayoutAnimation example
<?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