Skip to content

Commit 83a9dd9

Browse files
committed
Format commit
1 parent 27f1012 commit 83a9dd9

26 files changed

+1884
-252
lines changed

FisherAndroidChart/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/build
2+
3+
*.iml

FisherAndroidChart/FisherAndroidChart.iml

Lines changed: 0 additions & 130 deletions
This file was deleted.

FisherAndroidChart/src/main/java/com/rustfisher/fisherandroidchart/BulbView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ protected void onSizeChanged(int w, int h, int oldw, int oldh) {
123123
protected void onDraw(Canvas canvas) {
124124
super.onDraw(canvas);
125125
bgPaint.setShader(null);
126+
bgPaint.setStrokeWidth(lineWid);
126127
int viewWid = getWidth();
127128
float viewHeight = getHeight() - lineWid;
128129
int outerR = (viewWid > viewHeight ? (int) viewHeight : viewWid) / 2;

0 commit comments

Comments
 (0)