MagicMashRoom / SuperCalendar

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

滑动的时候怎么给每一页设置默认选中? #68

Closed LiHexiang closed 6 years ago

LiHexiang commented 7 years ago

看到作者的示例图中实现了这个效果,但是下载下来的代码并没有这个效果,求大神解答一下

ma969070578 commented 7 years ago

CalendarRenderer 修改 public void update() { //设置种子日期为选中 CalendarViewAdapter.saveDate(seedDate); instantiateMonth(); calendar.invalidate(); }

unclebu001 commented 6 years ago

感谢楼上的~我知道要加savDate 就是找不对地方