当前位置:操作系统 > 安卓/Android >>

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

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” />

 

 \
 

补充:移动开发 , Android ,
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,