- android中进度条控件使用
-
ProgressBar pb = findViewById(R.id.pb); pb.setMax(100); pb.setProgress(33);
转载于:https://www.cnblogs.com/nangongyibin/p/10217335.html
ProgressBar pb = findViewById(R.id.pb); pb.setMax(100); pb.setProgress(33);
转载于:https://www.cnblogs.com/nangongyibin/p/10217335.html