Android简单明了的使用属性动画ObjectAnimator 旋转 平移 渐变 缩放 透明监听事件
//属性动画(text1是你要想动的ViewfloattranslationX=text1.getTranslationX();//获得当前按钮的位置ObjectAnimatoranimator=ObjectAnimator.ofFloat(text1,"translationX",300,translationX);//放大ObjectAnimatorscaleX=ObjectAnimator.