MagicMashRoom / SuperCalendar

@Deprecated android 自定义日历控件 支持左右无限滑动 周月切换 标记日期显示 自定义显示效果跳转到指定日期
2.76k stars 484 forks source link

无法修改默认显示的月份 #91

Closed ggggxiaolong closed 6 years ago

ggggxiaolong commented 6 years ago

默认显示的月份为本月而且不能修改(比如一开始我就要显示上个月或者其他月份),怎么破?

MagicMashRoom commented 6 years ago

seedDate修改

ggggxiaolong commented 6 years ago

@MagicMashRoom


public class CalendarViewAdapter extends PagerAdapter {
   ...
    private CalendarDate seedDate;//  这个属性吗?  可是它是private的,没有get,set方法
ggggxiaolong commented 6 years ago

@MagicMashRoom 是用反射修改吗?