質問編集履歴

1

追加質問の際に場所が分かりやすいようマーキングしました。

2016/04/18 07:16

投稿

vn2731vn
vn2731vn

スコア14

test CHANGED
File without changes
test CHANGED
@@ -270,7 +270,7 @@
270
270
 
271
271
 
272
272
 
273
- TextView[] number_count = new TextView[list_length];
273
+ TextView[] number_count = new TextView[list_length]; ・・・*1
274
274
 
275
275
  TextView[] name_count = new TextView[list_length];
276
276
 
@@ -286,7 +286,7 @@
286
286
 
287
287
 
288
288
 
289
- number_count[i] = new TextView(this);
289
+ number_count[i] = new TextView(this); ・・・*2
290
290
 
291
291
  number_count[i].setText(mPersonal_list[i][0]);
292
292