//animation-list android:oneshot="true" xml页面需要
Drawable background = imageView.getBackground();
AnimationDrawable drawable = (AnimationDrawable) background;
drawable.start();
帧动画 主页
最新推荐文章于 2025-02-10 02:37:29 发布
//animation-list android:oneshot="true" xml页面需要
Drawable background = imageView.getBackground();
AnimationDrawable drawable = (AnimationDrawable) background;
drawable.start();