用手势控制animationDrawable

时间:2013-05-08 04:38:46

标签: android animation drawable gesture

我目前正在使用AnimationDrawable,我想知道是否可以通过向右和向左滑动手势来控制每个可绘制项目以执行倒带和前进。如果没有检测到手势,它应该停止。

提前致谢。

这是我的imageview和animationdrawable代码:

    imageView1 =  (ImageView)findViewById(R.id.imageView1);
    imageView1.setBackgroundResource(R.drawable.rotate_animation);
    animationDrawable = (AnimationDrawable)imageView1.getBackground();
    animationDrawable.start();

0 个答案:

没有答案