Hi, I am trying to display a set of images in a grid layout in random order, using something like this in anim (similar to Api demos: LayoutAnimation4):
<layoutAnimation xmlns:android="http://schemas.android.com/apk/res/ android" android:delay="0.5" android:animationOrder="random" android:animation="@anim/fade" /> It was noticed that the order is random but two images can be displayed at almost same time I was expecting images to be displayed *one by one* but at random order. Setting different android:delay has no effect. Did anyone notice the same behavior with random animationOrder ? Is there any anim parameters I am missing ? Thanks in advance. - Simon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

