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