首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

Drawable绕着中央旋转

2012-06-28 
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);

热点排行