回答編集履歴

1

もひとつf必要だった

2016/01/08 15:13

投稿

swordone
swordone

スコア20651

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  public void animation(){
8
8
 
9
- RotateAnimation animation = new RotateAnimation(0,-360,Animation.RELATIVE_TO_SELF,0.5,Animation.RELATIVE_TO_SELF,0.5f);
9
+ RotateAnimation animation = new RotateAnimation(0,-360,Animation.RELATIVE_TO_SELF,0.5f,Animation.RELATIVE_TO_SELF,0.5f);
10
10
 
11
11
 
12
12