SpongeBobSun / mCalendarView

Customizable & Shrinkable Calendar Widget for Android
Apache License 2.0
243 stars 73 forks source link

Select on marked date #32

Closed talazoft closed 7 years ago

talazoft commented 7 years ago

Hello @SpongeBobSun

It seems that I cant make selection on marked date, can you give me solution?

htooaunghlaing commented 7 years ago

Oh, you can mark selection for that, public void onDateClick(View view, DateData date) { Log.i("MARKED DATE", date.getDayString() + "-" + date.getMonthString() + "-" + date.getYear() + ""); //mark the date calendarView.markDate(date);
}

SpongeBobSun commented 7 years ago

@htooaunghlaing Thanks.

@talazoft Close this issue for now. Any further questions please re-open it.