Hi,
My app (Llama) uses two time pickers in a vertical ScrollView. MIUI's scroller implentation is "slow" at scrolling in this case. It looks like the TimePicker and ScrolllView fight over the ontouch events and both of them ignore it, making it look like it is difficult to move the time pickers.
To reproduce it:
-Download and install Llama from the market (it's free)
-Go to the events tab, and press the + button
-Add a Condition and choose Time Between
-Attempt to scroll the time pickers.
Some other info:
The time pickers are in a scrollable view so that small screen devices can still use them
When in landscape mode, the timepickers are placed in a HorizontalScrollView and the TimePickers scroll normally.
I'd appreciate any help with this. Thanks
My app (Llama) uses two time pickers in a vertical ScrollView. MIUI's scroller implentation is "slow" at scrolling in this case. It looks like the TimePicker and ScrolllView fight over the ontouch events and both of them ignore it, making it look like it is difficult to move the time pickers.
To reproduce it:
-Download and install Llama from the market (it's free)
-Go to the events tab, and press the + button
-Add a Condition and choose Time Between
-Attempt to scroll the time pickers.
Some other info:
The time pickers are in a scrollable view so that small screen devices can still use them
When in landscape mode, the timepickers are placed in a HorizontalScrollView and the TimePickers scroll normally.
I'd appreciate any help with this. Thanks