中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

安卓加載listview動畫

發布時間:2020-06-02 20:25:07 來源:網絡 閱讀:298 作者:海大易小晨 欄目:移動開發
<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);


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

沂源县| 湾仔区| 合川市| 淅川县| 长顺县| 江达县| 新蔡县| 樟树市| 桦川县| 巩留县| 阳谷县| 乡宁县| 拉萨市| 青河县| 呈贡县| 邵阳县| 兴文县| 左权县| 肃宁县| 淄博市| 清新县| 上林县| 洛浦县| 宜昌市| 威信县| 得荣县| 漯河市| 南平市| 郎溪县| 章丘市| 南木林县| 天气| 常德市| 获嘉县| 禹州市| 江源县| 柞水县| 庆阳市| 和平县| 大足县| 清原|