We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CalendarViewAdapter.java 整个替换掉。 calendarAdapter = new CalendarViewAdapter( getActivity(), onSelectDateListener, CalendarAttr.CalendarType.MONTH, CalendarAttr.WeekArrayType.Monday, customDayView); 替换,。。。。。。。。。。。。。。。。。。
The text was updated successfully, but these errors were encountered:
求解
Sorry, something went wrong.
adapter 初始化 calendarAttr.setCalendarType(CalendarAttr.CalendarType.WEEK); 默认进来时展开页面改成month 就ok了
No branches or pull requests
CalendarViewAdapter.java 整个替换掉。
calendarAdapter = new CalendarViewAdapter(
getActivity(),
onSelectDateListener,
CalendarAttr.CalendarType.MONTH,
CalendarAttr.WeekArrayType.Monday,
customDayView);
替换,。。。。。。。。。。。。。。。。。。
The text was updated successfully, but these errors were encountered: