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

溫馨提示×

在Android中如何設置AnimationDrawable的動畫

小樊
81
2024-08-15 09:47:36
欄目: 編程語言

要設置AnimationDrawable的動畫,首先需要在res/drawable文件夾下創建一個XML文件來定義動畫幀序列。例如,創建一個名為animation.xml的文件,定義如下:

<animation-list android:id="@+id/selected" android:oneshot="false">
    <item android:drawable="@drawable/frame1" android:duration="50" />
    <item android:drawable="@drawable/frame2" android:duration="50" />
    <item android:drawable="@drawable/frame3" android:duration="50" />
    <!-- 添加更多的動畫幀 -->
</animation-list>

然后在代碼中加載AnimationDrawable并設置到ImageView中:

// 加載AnimationDrawable
ImageView imageView = findViewById(R.id.imageView);
AnimationDrawable animation = (AnimationDrawable) getResources().getDrawable(R.drawable.animation);

// 將AnimationDrawable設置到ImageView中
imageView.setBackground(animation);

// 開始動畫
animation.start();

這樣就可以在ImageView中顯示AnimationDrawable的動畫了。

0
从江县| 娄烦县| 微博| 邵阳市| 如皋市| 垣曲县| 武安市| 永登县| 东乌| 遂平县| 九龙城区| 封丘县| 旬阳县| 旌德县| 永登县| 德惠市| 伊春市| 当涂县| 宜丰县| 高州市| 宜章县| 祥云县| 通道| 高尔夫| 太白县| 道真| 韩城市| 鹿泉市| 玛曲县| 荔浦县| 浙江省| 彭阳县| 仪陇县| 诸暨市| 河东区| 疏附县| 海安县| 凯里市| 海兴县| 庐江县| 红安县|