如何动态移动ImageButton?

时间:2011-03-03 12:42:37

标签: android imagebutton

我是Android新手

我需要动态移动ImageButton,就像我点击按钮一样,它需要重新定位到一个新位置。我正在使用AbsoluteLayout。

1 个答案:

答案 0 :(得分:1)

永远不要使用AbsoluteLayouts。请改用动画。 imageView.startAnimation(动画);您可以在Google herehere

中找到示例