Android的圆形进度按纽:circular-progress-button
jopen
10年前
circular-progress-button是一个Android的圆形进度按纽。
circularProgressButton.setIndeterminateProgressMode(true); // turn on indeterminate progress circularProgressButton.setProgress(50); // set progress > 0 & < 100 to display indeterminate progress circularProgressButton.setProgress(100); // set progress to 100 or -1 to indicate complete or error state circularProgressButton.setProgress(0); // set progress to 0 to switch back to normal