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
Add current month name on top of MonthCalendar view.
eg.
The text was updated successfully, but these errors were encountered:
khalid-mahmood
changed the title
[Feature Reuest] Add month name header to MonthCalendar
[Feature Request] Add month name header to MonthCalendar
Dec 15, 2016
Hi, you can easily add it by yourself in your layout. Just put you TextView or whatever you want and use current date (or your selected date) as initial. To switch between months you can use setOnMonthChangeListener to detect month changing and update your title. Another option - you can use ExtendedMonthCalendar please refer to ExtendedCalendarActivity for example. Isn't it enough?
The main idea was to exclude such excess views, due to often different layouting on different device types. For now you can write your own wrap view, if you don't want to put month title in activity content layout, but for nearest future I'll add it, I think it make sense.
Add current month name on top of MonthCalendar view.
eg.
The text was updated successfully, but these errors were encountered: