91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

安卓加載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

江川县| 吴桥县| 湄潭县| 桂林市| 墨玉县| 东乌| 颍上县| 紫金县| 横峰县| 舒城县| 闻喜县| 峨边| 德保县| 富阳市| 乡宁县| 花莲县| 城固县| 清流县| 志丹县| 永安市| 琼结县| 甘南县| 吉首市| 离岛区| 宝山区| 章丘市| 百色市| 察雅县| 台东市| 东辽县| 大安市| 南充市| 内黄县| 德惠市| 辉南县| 荃湾区| 南部县| 新泰市| 阿合奇县| 元阳县| 遂平县|