单击按钮移动ImageView

时间:2014-04-02 14:29:26

标签: android android-imageview

我使用了四个按钮(向上,向下,向左,向右),并且我在中心有了imageview。我必须相应地移动图像,当我按下向上按钮它应该向上移动图像,当我向左按它应该向左移动,类似的剩余方向它应该移动。我用过点击监听器来移动图像。请检查图像附件以便更好地理解。提前致谢Screenshot

1 个答案:

答案 0 :(得分:0)

如果您是目标android 4.0或更高版本,则可以使用属性动画并移动其x或y值 http://developer.android.com/guide/topics/graphics/prop-animation.html

如果你的目标是4.0之前,你仍然可以使用动画,但使用名为NineOldAndoids的第三方库

http://nineoldandroids.com/