- android中进度条控件使用
-
ProgressBar pb = findViewById(R.id.pb); pb.setMax(100); pb.setProgress(33);
本文共 162 字,大约阅读时间需要 1 分钟。
ProgressBar pb = findViewById(R.id.pb); pb.setMax(100); pb.setProgress(33);
转载于:https://www.cnblogs.com/nangongyibin/p/10217335.html