回答編集履歴

1

コードが崩れていたので修正しました

2017/12/02 03:59

投稿

hiramekun
hiramekun

スコア428

test CHANGED
@@ -28,8 +28,8 @@
28
28
 
29
29
  ```kotlin
30
30
 
31
- val textView = findViewById(R.id.textView) as TextView
31
+ val textView = findViewById(R.id.textView) as TextView
32
32
 
33
- textView.setText("こんにちは")
33
+ textView.setText("こんにちは")
34
34
 
35
35
  ```