Skip to content

Commit

Permalink
update:完善注释方式
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinelw committed Mar 10, 2016
1 parent a94ec82 commit 882702e
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 23,9 @@ public class ColorArcProgressBar extends View{

private int mWidth;
private int mHeight;
//直径
private int diameter = 500;
//圆心
private float centerX;
private float centerY;
private int diameter = 500; //直径
private float centerX; //圆心X坐标
private float centerY; //圆心Y坐标

private Paint allArcPaint;
private Paint progressPaint;
Expand Down

0 comments on commit 882702e

Please sign in to comment.