質問編集履歴

1

コードの写し間違えがあったので直しました。

2017/07/08 06:51

投稿

shuda00
shuda00

スコア32

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  Button bt= ((Button) findViewById(v.getId()));
34
34
 
35
- bt.setText(list.get(idi));
35
+ bt.setText(result);
36
36
 
37
37
  }
38
38