Skip to content

Commit

Permalink
修复demo中的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer committed Nov 29, 2017
1 parent e1bcf9a commit be13a42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void toToday(View view) {
}

public void setDate(View view) {
monthcalendar.setDate("2017-11-11");
monthcalendar.setDate("2018-10-11");
// monthcalendar.setDate("2017-12-31");
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {

weekCalendar = (WeekCalendar) findViewById(R.id.weekCalendar);

weekCalendar.setDateInterval("2017-10-10","2017-11-20");
/* weekCalendar.post(new Runnable() {
@Override
public void run() {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 comments on commit be13a42

Please sign in to comment.