Android的圆形进度按纽:circular-progress-button

jopen 10年前

circular-progress-button是一个Android的圆形进度按纽。

usage-9.gif

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
intro.gif

项目主页:http://www.open-open.com/lib/view/home/1408690669178