回答編集履歴

3

フィールド不要

2017/10/21 14:35

投稿

keicha_hrs
keicha_hrs

スコア6768

test CHANGED
@@ -7,8 +7,6 @@
7
7
  ```Java
8
8
 
9
9
  public class MainActivity extends AppCompatActivity {
10
-
11
- private ObjectAnimator TranslationX;
12
10
 
13
11
 
14
12
 
@@ -55,3 +53,11 @@
55
53
  }
56
54
 
57
55
  ```
56
+
57
+
58
+
59
+ ---
60
+
61
+
62
+
63
+ フィールドいらんわ・・・

2

修正

2017/10/21 14:35

投稿

keicha_hrs
keicha_hrs

スコア6768

test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
 
24
24
 
25
- ImageView imageView = findViewById(R.id.neko5);
25
+ imageView = (ImageView) findViewById(R.id.imageView);
26
26
 
27
27
  animateTranslationX(imageView);
28
28
 

1

閉じミス

2017/10/21 13:49

投稿

keicha_hrs
keicha_hrs

スコア6768

test CHANGED
@@ -53,3 +53,5 @@
53
53
  }
54
54
 
55
55
  }
56
+
57
+ ```