Skip to content

Commit

Permalink
Merge pull request #8 from ronaldsmartin/bugfix-lollipop-constructor
Browse files Browse the repository at this point in the history
Don't use 🍭Lollipop+ constructor.
  • Loading branch information
ronaldsmartin authored Oct 15, 2016
2 parents 4a97a99 + 043ae94 commit 6089f9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private void init(@NonNull Context context,

attributes.recycle();

selectedDot = new IndicatorDotView(context, null, defStyleAttr, defStyleRes);
selectedDot = new IndicatorDotView(context);
selectedDot.setColor(selectedDotColor);
selectedDot.setRadius(dotRadius);
}
Expand Down

0 comments on commit 6089f9b

Please sign in to comment.