Hi,

I´m doing a layout animation on my listview where I fade the list
elements into view using a LayoutAnimation with
android:animationOrder="normal".
It works perfectly fine and the elements are faded into view in
top-to-bottom order.
However, if I trigger a layout animation twice (eg call
startLayoutAnimation before the list view has finished animating its
views), the listview performs the new layout animation in reverse
order; bottom-to-top.
Any ideas why this happens or how I can avoid this unwanted behavior?

Cheers

-- 
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

Reply via email to