DatePicker icon indicating copy to clipboard operation
DatePicker copied to clipboard

当在ViewPager中使用该组件时,月份不能左右滑动,滑动事件冲突

Open Guolh09 opened this issue 9 years ago • 1 comments

建议在MonthView的onTouchEvent事件中增加getParent().requestDisallowInterceptTouchEvent(true);用来在viewpager中也可以实现左右滑动切换月份。其他各方面非常强大,感谢分享!

Guolh09 avatar May 05 '16 02:05 Guolh09

感谢!解决了我的问题

clj12081103 avatar Aug 29 '17 06:08 clj12081103