读书人

Drawable绕着中央旋转

发布时间: 2012-06-28 15:20:04 作者: rapoo

Drawable绕着中心旋转

nimation a = new RotateAnimation(0.0f, 360.0f,                Animation.RELATIVE_TO_SELF, 0.5f, Animation.RELATIVE_TO_SELF,                0.5f);        a.setRepeatCount(-1);        a.setDuration(1000);

读书人网 >移动开发

热点推荐