devaige / DatePicker

Useful and powerful date picker for android
Apache License 2.0
1.86k stars 414 forks source link

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

Open Guolh09 opened 8 years ago

Guolh09 commented 8 years ago

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

clj12081103 commented 7 years ago

感谢!解决了我的问题