I am writing an day planner that requires fling gestures to horizontally scroll to the next & previous day. Each day contains text and buttons and whatnot. I would like to use HorizontalScrollView for the scrolling. The problem is that a horizontal LinearLayout is bounded at creation. In other words, I have to decide how many days I want to be able to scroll through in advance. That will not work.
What I would like is a CircularLayout to use as a child of HorizontalScrollView. The CircularLayout would have three frames: current, next & previous. Every time the CircularLayout is scrolled the three frames are re-rendered to give the impression of an infinite list of views. Is there any way to do this? is there another way that will give me what I want? Thanks, Clark
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en