huanghaibin-dev / CalendarView

Android上一个优雅、万能自定义UI、仿iOS、自定义动画,支持垂直、水平方向切换、支持周视图、自定义周起始、性能高效的日历控件,支持热插拔实现的UI定制!支持标记、自定义颜色、农历、自定义月视图各种显示模式等。Canvas绘制,速度快、占用内存低,你真的想不到日历居然还可以如此优雅!An elegant, highly customized and high-performance Calendar Widget on Android.
Apache License 2.0
9.14k stars 1.79k forks source link

使用ExpandableListView子布局比较长,展开子布局时向下滑,然后再向上滑时,划不动 #141

Open fangood opened 6 years ago

fangood commented 6 years ago

使用ExpandableListView子布局比较长,展开子布局时向下滑,然后再向上滑时,划不动

huanghaibin-dev commented 6 years ago

ExpandableListView实现CalendarScrollView,自行判断是否到顶部即可解决,这个接口可以给滑动冲突的view做适配

发自我的 iPhone

在 2018年5月26日,下午3:29,fangood notifications@github.com 写道:

使用ExpandableListView子布局比较长,展开子布局时向下滑,然后再向上滑时,划不动

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.