You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
i wanna to change labels in different days but the application crash
mCalendarView.setDateLabelAdapter(new MonthView.DateLabelAdapter() { @OverRide
public CharSequence getLabel(Calendar calendar, int index) {
if (calendar.get(Calendar.DATE) == 5) {
mCalendarView.getTimelineView().setLabelColor(getResources().getColor(R.color.red_50));
i wanna to change labels in different days but the application crash
mCalendarView.setDateLabelAdapter(new MonthView.DateLabelAdapter() {
@OverRide
public CharSequence getLabel(Calendar calendar, int index) {
if (calendar.get(Calendar.DATE) == 5) {
mCalendarView.getTimelineView().setLabelColor(getResources().getColor(R.color.red_50));
The text was updated successfully, but these errors were encountered: