You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use-case I need to display only the current item, not the previous item,
the current and the next.
Only when the user does scroll with the finger, then the previous and the next
appear, for the time that the user picks values.
When the user is done picking a value, the previous and next appear again.
This patch adds an option to do that.
NOTE: this patch and the one for bug #13 could be combined in a new API
setDisplayOptions(int bitmask)
with bitmask values:
DISPLAY_OPTION_DISPLAY_SHADOWS
DISPLAY_OPTION_DISPLAY_ONLY_CURRENT_ITEM_EXCEPT_ON_SCROLL (or something like
that)
Original issue reported on code.google.com by etouz...@gmail.com on 28 Feb 2011 at 2:30
Thank you for the good idea!
I suppose the wheel view should provide just base wheel features, like
scrolling, rendering items via adapters, drawing. But there should be the
ability to extend all these features, to have behavior defined by you.
So the wheel view should be "tuned" either by delivered classes or by using
configuration objects.
Original comment by yuri.kan...@gmail.com on 3 Mar 2011 at 4:59
Original issue reported on code.google.com by
etouz...@gmail.com
on 28 Feb 2011 at 2:30Attachments:
The text was updated successfully, but these errors were encountered: