Skip to content

Commit

Permalink
Fix of Readme
Browse files Browse the repository at this point in the history
Fix of BaseCurve
  • Loading branch information
Vladimir Jovanovic committed Jan 23, 2017
1 parent ebe5e81 commit cc33f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Setup
Usage
-----

<com.vlad1m1r.lemniscate.roulette.BernoullisProgressView
<com.vlad1m1r.lemniscate.BernoullisProgressView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
customParam:duration="1000"
Expand Down
Expand Up @@ -464,7 +464,7 @@ public void setInterpolator(TimeInterpolator interpolator) {

public void setColor(int color) {
mColor = color;
mPaint.setColor(color);
if(mPaint != null) mPaint.setColor(color);
}

public void setDuration(int duration) {
Expand Down

0 comments on commit cc33f8b

Please sign in to comment.