[android-developers] Re: Slow scrolling in Date/TimePicker using Holo theme

2011-12-18 Thread Dirk Vranckaert
Thanks for the help Matt! I implemented a CustomDatePicker and CustomTimePicker, for both classes have overriden the onInterceptTouchEvent method and works like a charm now! :) On 16 dec, 16:47, Matt H wrote: > Hi Dirk, > > I had the same problem (noticed it yesterday, too, coincidentally!). > Th

[android-developers] Re: Slow scrolling in Date/TimePicker using Holo theme

2011-12-16 Thread Matt H
Hi Dirk, I had the same problem (noticed it yesterday, too, coincidentally!). The issue is that the ScrollView is intercepting and stealing the touch events once your finger moves outside of the Date/Time Picker controls. To work around this, I created sub classes of Date/TimePicker which prevent