Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JunGenius committed Jan 18, 2019
1 parent c403a59 commit bf03745
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/java/com/qj/picker/MDCalendarDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import android.graphics.Color;
import android.support.annotation.ColorInt;
import android.support.annotation.DrawableRes;
import android.support.annotation.StringRes;
import android.view.View;
import android.view.Window;
import android.widget.Button;
Expand Down Expand Up @@ -97,7 +96,7 @@ public static class Builder {
private @ColorInt
int selectionColor = Color.parseColor("#03a9f4");

private @DrawableRes int sureBackGroundColor = R.drawable.login_btn_bg;
private @DrawableRes int sureBackGroundColor = R.drawable.default_button_bg;

private OnDetermineSelectorListener onDetermineSelectorListener = null;

Expand Down
File renamed without changes.

0 comments on commit bf03745

Please sign in to comment.