安卓加载listview动画

<layoutAnimation xmlns:android="http://schemas.android.com/apk/res/android"  
        android:delay="30%"  
        android:animationOrder="reverse"  
        android:animation="@anim/slide_right" /> 
        
 <set xmlns:android="http://schemas.android.com/apk/res/android"   
        android:interpolator="@android:anim/accelerate_interpolator">  
    <translate android:fromXDelta="-100%p" android:toXDelta="0"  
            android:duration="@android:integer/config_shortAnimTime" />  
</set>     


android:layoutAnimation="@anim/list_anim_layout",即第一步的布局文件。

//通过加载XML动画设置文件来创建一个Animation对象;
       Animation animation=AnimationUtils.loadAnimation(this, R.anim.list_anim);
       //得到一个LayoutAnimationController对象;
       LayoutAnimationController lac=new LayoutAnimationController(animation);
       //设置控件显示的顺序;
       lac.setOrder(LayoutAnimationController.ORDER_REVERSE);
       //设置控件显示间隔时间;
       lac.setDelay(1);
       //为ListView设置LayoutAnimationController属性;
   datalist.setLayoutAnimation(lac);

网站标题:安卓加载listview动画
URL地址:https://www.cdcxhl.com/article8/peodip.html

成都网站建设公司_创新互联,为您提供网站设计手机网站建设App开发网站导航品牌网站设计网页设计公司

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

网站托管运营