Hi Everyone, We're interested in animating the bounds of children in a ViewGroup. So to be clear, not quite how layout animations are set up now with scale or translation animation of children - but with the bounds of the children changing and recalculating the contents of the views at each point in the animation. For example, a ViewGroup with two equally sized children where we want to animate an extension of the bottom of the first child's view. I don't see any way to do with with the current animation framework, so we were thinking of basically calculating the desired end point for the layout and running an interpolator that calls requestLayout() at each step. Inside onLayout () we then calculate where we should lay out the children based on the animation's progress.
Is that the only/best way to do it, or am I missing something easy? Thanks, Matt -- 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

