CalendarView
CalendarView copied to clipboard
垂直滑动问题
哈喽作者您好: 首先感谢您提供这么强大的库使用,看到您前言部分写了,垂直滑动的源码收费,但是您的联系方式图片已经打不开了,您提供一下联系方式,或者深思熟虑一下,是否需要开源
大佬 真心太期待开源 日历的福音啊
垂直滚动
可以使用我fork
修改的版本:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
implementation 'com.github.angcyo:CalendarView:3.7.1.13'
使用方式:
mCalendarView.getMonthViewPager().setOrientation(LinearLayout.VERTICAL);
垂直的好像选中某一天的点击坐标不对。会错乱。
垂直的好像选中某一天的点击坐标不对。会错乱。
已经修复了, 用最新版!
implementation 'com.github.angcyo:CalendarView:3.7.1.26'
https://github.com/angcyo/CalendarView
https://github.com/angcyo/CalendarView
大佬,垂直滚动的时候,设定一个范围,范围外的日期怎么设置成灰色啊
https://github.com/angcyo/CalendarView
这是不是也是一个小bug啊
https://github.com/angcyo/CalendarView
@angcyo 你这个库好像不支持AGP7以下的,我依赖进去试了很多次都跑不起来,注释掉马上正常了。