Drawable绕着中心旋转nimation a new RotateAnimation(0.0f, 360.0f,Animation.RELATIVE_TO_SELF, 0.5f,
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); 