Skip to content

Commit

Permalink
Add Rounded Bar Fix nico2sh#25 nico2sh#52
Browse files Browse the repository at this point in the history
  • Loading branch information
davcpas1234 authored Apr 12, 2019
1 parent f82831e commit a7bacb0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ private void setupPaints() {
barPaint.setAntiAlias(true);
barPaint.setStyle(Style.STROKE);
barPaint.setStrokeWidth(barWidth);
barPaint.setStrokeCap(Paint.Cap.ROUND);

rimPaint.setColor(rimColor);
rimPaint.setAntiAlias(true);
Expand Down

0 comments on commit a7bacb0

Please sign in to comment.