On 25 дек, 15:31, Seb <[email protected]> wrote: > But can I still define my animations in XML using your suggested > method?
Yeah, Why not, just call static AnimationUtils.() with context instance (which is your Activity) and id of your animation xml and it'll return you Animation object that you can pass to your startAnimation() method -- 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

