亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

ImageView的幀動畫實現

發布時間:2024-08-20 16:11:18 來源:億速云 閱讀:80 作者:小樊 欄目:移動開發

要實現ImageView的幀動畫,可以通過創建一個AnimationDrawable對象來實現。以下是一個示例代碼:

  1. 首先,在res/drawable文件夾下創建一個xml文件,用于定義幀動畫的每一幀。例如,可以創建一個animation_list.xml文件:
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
    android:oneshot="false">
    <item android:drawable="@drawable/frame1" android:duration="100"/>
    <item android:drawable="@drawable/frame2" android:duration="100"/>
    <item android:drawable="@drawable/frame3" android:duration="100"/>
    <item android:drawable="@drawable/frame4" android:duration="100"/>
</animation-list>
  1. 在布局文件中添加ImageView,并設置src屬性為定義的xml文件:
<ImageView
    android:id="@+id/imageView"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:src="@drawable/animation_list"/>
  1. 在Activity中獲取ImageView,并將xml文件設置為ImageView的背景資源,啟動動畫:
ImageView imageView = findViewById(R.id.imageView);
imageView.setBackgroundResource(R.drawable.animation_list);
AnimationDrawable animationDrawable = (AnimationDrawable) imageView.getBackground();
animationDrawable.start();

這樣就可以實現ImageView的幀動畫效果了。希望對你有所幫助!

向AI問一下細節

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

AI

上饶县| 邢台县| 巴林左旗| 德江县| 巴塘县| 北碚区| 镇康县| 年辖:市辖区| 应用必备| 黄浦区| 张北县| 行唐县| 安新县| 阿合奇县| 长宁县| 贵溪市| 拜泉县| 中卫市| 册亨县| 德清县| 塔城市| 大悟县| 大兴区| 衡山县| 澳门| 昌宁县| 恩施市| 洛扎县| 清苑县| 沂源县| 西充县| 灵丘县| 宁海县| 湖州市| 东阿县| 南阳市| 横峰县| 木兰县| 松桃| 达拉特旗| 扎鲁特旗|