Android ApiDemos示例解析(130):Views->Layout Animation->5.Grid Direction

来源:互联网 发布:篡改监测数据 编辑:程序博客网 时间:2024/06/05 14:59

android:direction 为gridLayoutAnimation 定义了动画发生的方向:

<gridLayoutAnimation xmlns:android=”http://schemas.android.com/apk/res/android”
android:columnDelay=”0.5″
android:directionPriority=”row”
android:direction=”right_to_left|bottom_to_top”
android:animation=”@anim/fade” />