Page 458 - MDP2020-3
P. 458
452
| 인천전자마이스터고등학교 ·············································································································
mode.setText(imode);
mode.setTextColor(Color.BLACK);
mode.setGravity(Gravity.CENTER);
mode.setTextSize(15);
scoretable.addView(mode);
grade.setText(igrade);
grade.setTextColor(Color.BLACK);
grade.setGravity(Gravity.CENTER);
grade.setTextSize(15);
scoretable.addView(grade);
score.setText(iscore);
score.setTextColor(Color.BLACK);
score.setGravity(Gravity.CENTER);
score.setTextSize(15);
scoretable.addView(score);
sbtl.addView(scoretable);
TableRow scoretable1= new TableRow(this);
TextView mode1=new TextView(this);
TextView grade1=new TextView(this);
TextView score1=new TextView(this);
mode1.setText("");
mode1.setTextSize(5);
scoretable1.addView(mode1);
grade1.setText("");
grade1.setTextSize(5);
scoretable1.addView(grade1);
score1.setText("");
score1.setTextSize(5);
scoretable1.addView(score1);
sbtl.addView(scoretable1);
}
}catch (JSONException e){
}
}
}