Skip to content

Commit

Permalink
* [android] close #20
Browse files Browse the repository at this point in the history
  • Loading branch information
ouyanghua committed Apr 25, 2016
1 parent 41c8f6c commit 5b8f3a7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,14 @@ private void getAttrs(Context context) {
}

private void init() {
mPaintStroke.setAntiAlias(true);
mPaintStroke.setStyle(Style.STROKE);
// mPaintStroke.setColor(strokeColor);
// mPaintStroke.setStrokeWidth(strokeWidth);

mPaintFill.setStyle(Style.FILL);
mPaintFill.setAntiAlias(true);
mPaintPage.setAntiAlias(true);
mPaintPage.setColor(pageColor);
mPaintFill.setStyle(Style.FILL);
mPaintFill.setColor(fillColor);
Expand Down

0 comments on commit 5b8f3a7

Please sign in to comment.