-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
还是用之前评论里的方法解决的
circleProgressView.post(new Runnable() {
@OverRide
public void run() {
circleProgressView.setGraduatedEnabled(true);
}
});
Reactions are currently unavailable