Hi, You could write a custom layout animation controller to achieve this. You could also create custom views that would return null when getAnimation() is called. Otherwise, no, this is not supported.
On Tue, Nov 24, 2009 at 7:31 AM, skink <[email protected]> wrote: > hi, > > when running layout animation i'd like to disable some child Views > from being animated. > > is it possible at all or its just all or nothing? > > i tried overriding attachLayoutAnimationParameters in my custom > vpViewGroup but with no success... > > thanks > pskink > > -- > 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 > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them -- 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

