MagicMashRoom / SuperCalendar

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

minSdkVersion=17?有必要吗? #123

Open JebySun opened 6 years ago

JebySun commented 6 years ago

作为库,能低就尽量低吧

lzou commented 6 years ago

你可以把库down下来,自己修改build.gradle。我修改到14 目前没什么问题

ps19900306 commented 6 years ago

DayView extends RelativeLayout 。如果兼容18级一下都要改原代码不然Measure时候会出错的