Skip to content

Commit

Permalink
fit infer
Browse files Browse the repository at this point in the history
  • Loading branch information
flyou committed Feb 17, 2017
1 parent fb77ff0 commit df57112
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ public class NiceProgressBar extends View {

public NiceProgressBar(Context context) {
this(context, null);
init();

}

public NiceProgressBar(Context context, AttributeSet attrs) {
this(context, attrs, 0);
init();

}

public NiceProgressBar(Context context, AttributeSet attrs, int defStyle) {
Expand Down

0 comments on commit df57112

Please sign in to comment.