Hi, Is there a way to control the speed when a focused group collapses/ expands in an ExpandableListView? I'd like to have some delay when the group is expanded or collapsed. I tried to implement some animation on the focused group in the onGroupExpand() (during expansion), by seting an animation on the returned view when I call mListView.findFocus() (where mListView is my ExpandableListView). However, when I start the animation it animates the entire tree insted of the group in question.
Maybe I'm going about this the wrong way and there's a better approach to this. Does anyone have any idea? RCP -- 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

