Hello, I'm trying to animate my PopupWindow with multiple animations at the same time, but there is an issue.
If I put for example two animations in a set: translate and scale, they work very well together. However, if I add an alpha animation to this set, then only the first two are played correctly, the alpha one is omitted. The alpha animation is played only and only if it is a single animation in a set. If I add more, then alpha stops working. Is this a known issue? Is there a way to solve that? I've experienced that only with PopupWindows, with regular Views there is no such problem. I am working on 2.3.3 Thank you for any feedback. -- 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