如何使ImageView从右向左移动?

时间:2015-08-20 18:41:02

标签: android android-studio imageview android-animation

如何从右向左移动ImageView?但是,我不知道参数。这是我的代码:

ImageView enemy2 = (ImageView) findViewById(R.id.enemy2);
TranslateAnimation E2 = new TranslateAnimation(400.0f, 0.0f, 0.0f, 0.0f);
animation.setDuration(4000);

1 个答案:

答案 0 :(得分:1)

改变你的数字。阅读构造函数的文档。

var aVar : AddItemViewControllerDelegate?

用以下内容替换您的号码。