第二個(gè)setText一直報(bào)錯(cuò)
? text.setText("第一進(jìn)度百分比:"+(int)(progress.getProgress()/(float)progress.getMax()*100)+"% 第二進(jìn)度百分比:" + (int)(progress.getSecondaryProgress()/(float)progress.getMax()*100)+"% 最大進(jìn)度百分比:"+(int)(progress.getMax()/(float)progress.getMax()*100)+"% ");
2017-05-03
如果第一個(gè)settext沒問題,第二個(gè)只是替換了進(jìn)度和最大值的話,確定位置對(duì)嗎,要放在switch外面