Thanks, I'll see what I can do with a custom Drawable.

On 27 avr, 12:53, skink <psk...@gmail.com> wrote:
> Marc Poppleton wrote:
> > Hello,
>
> > Is there a way of being notified when a TransitionDrawable has
> > finished its transition?
> > I'm looking for a way to animate the background of a LinearLayout,
> > switching it back and forth between two images thus creating a
> > pulsating effect. TransitionDrawable works nicely, but....once. I
> > tried stacking several 'item' in the XML defining the transition, but
> > no luck. It justs fades from item 1 to item 2 and sits there.
>
> yes, TransitionDrawable fades in/out two Drawables and you cannot make
> it work in "repeat mode"
>
> > I'm wondering if I shouldn't implement a custom Animation.
>
> i would implement custom Drawable instead
>
>
>
> > Any ideas?
>
> > Thanks :)
>
> > FYI : target platform is 1.5
>
> --
> 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 
> athttp://groups.google.com/group/android-developers?hl=en

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