CalendarView icon indicating copy to clipboard operation
CalendarView copied to clipboard

垂直滑动问题

Open HelloAnyu opened this issue 3 years ago • 8 comments

哈喽作者您好: 首先感谢您提供这么强大的库使用,看到您前言部分写了,垂直滑动的源码收费,但是您的联系方式图片已经打不开了,您提供一下联系方式,或者深思熟虑一下,是否需要开源

HelloAnyu avatar Jun 24 '21 08:06 HelloAnyu

大佬 真心太期待开源 日历的福音啊

KeQian avatar Jul 12 '21 15:07 KeQian

垂直滚动可以使用我fork修改的版本:

allprojects {
    repositories {
	...
	maven { url 'https://jitpack.io' }
    }
}
implementation 'com.github.angcyo:CalendarView:3.7.1.13'

使用方式:

mCalendarView.getMonthViewPager().setOrientation(LinearLayout.VERTICAL);

angcyo avatar Oct 20 '21 10:10 angcyo

垂直的好像选中某一天的点击坐标不对。会错乱。

aguaiyoyo avatar Nov 22 '21 02:11 aguaiyoyo

垂直的好像选中某一天的点击坐标不对。会错乱。

已经修复了, 用最新版!

implementation 'com.github.angcyo:CalendarView:3.7.1.26'

angcyo avatar Nov 22 '21 03:11 angcyo

https://github.com/angcyo/CalendarView

angcyo avatar Nov 22 '21 03:11 angcyo

https://github.com/angcyo/CalendarView

大佬,垂直滚动的时候,设定一个范围,范围外的日期怎么设置成灰色啊

liumengyue1992 avatar Dec 10 '21 10:12 liumengyue1992

https://github.com/angcyo/CalendarView

这是不是也是一个小bug啊

liumengyue1992 avatar Dec 10 '21 10:12 liumengyue1992

https://github.com/angcyo/CalendarView

@angcyo 你这个库好像不支持AGP7以下的,我依赖进去试了很多次都跑不起来,注释掉马上正常了。

wuzhongyuan avatar Aug 30 '23 08:08 wuzhongyuan