I've got a fairly complicated layout going on that consists of 2 galleries which hold layouts themselves as the children, and also an additional timer counting down to an event.
My issue is that I'm updating the countdown using a Handler that runs every 1000ms that calculates time until the event and then displays it using setText(). Whenever setText() is called, if the user is scrolling through the gallery and is halfway between views, it snaps to lock in one of the views. Some sort of invalidate going on I assume? Anyone know of a solution so that my Galleries don't snap every time the countdown updates? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

