<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動畫設(shè)置文件來創(chuàng)建一個Animation對象; Animation animation=AnimationUtils.loadAnimation(this, R.anim.list_anim); //得到一個LayoutAnimationController對象; LayoutAnimationController lac=new LayoutAnimationController(animation); //設(shè)置控件顯示的順序; lac.setOrder(LayoutAnimationController.ORDER_REVERSE); //設(shè)置控件顯示間隔時間; lac.setDelay(1); //為ListView設(shè)置LayoutAnimationController屬性; datalist.setLayoutAnimation(lac);
網(wǎng)站標(biāo)題:安卓加載listview動畫
URL地址:http://jinyejixie.com/article8/peodip.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站設(shè)計、手機(jī)網(wǎng)站建設(shè)、App開發(fā)、網(wǎng)站導(dǎo)航、品牌網(wǎng)站設(shè)計、網(wǎng)頁設(shè)計公司
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)