dyjd = bar.getProgress(); //获取第一进度
dejd = bar.getSecondaryProgress(); //获取第二进度
tv.setText("第一进度为"+dyjd+"%"+","+"第二进度为"+dejd+"%"+",总进度为"+zjd+"%");
dejd = bar.getSecondaryProgress(); //获取第二进度
tv.setText("第一进度为"+dyjd+"%"+","+"第二进度为"+dejd+"%"+",总进度为"+zjd+"%");
2016-05-14