Precisely that’s my problem, the transparent drawable is drawn over the solid and does not replace it :( well I’ll just have use other solutions. Thanks everybody.
On May 14, 9:28 am, Aitor Mendaza Ormaza <[email protected]> wrote: > I guess that if the third drawable is transparent over green, then you will > see only green... > > > > > > > > > > On Fri, May 13, 2011 at 11:02 AM, crios <[email protected]> wrote: > > Ok, so now I'm trying to use this transition as the background of the > > textview: > > > <transition xmlns:android="http://schemas.android.com/apk/res/ > > android"> > > <item android:drawable="@drawable/transparent"/> > > <item android:drawable="@drawable/green_rect"/> > > <item android:drawable="@drawable/transparent"/> > > </transition> > > > which goes from transparent to green and that's it, doesn't go back to > > transparent. It works only with 2 drawables? helf > > > -- > > 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 > > -- > ---http://aitorTheRed.blogspot.comhttp://www.last.fm/user/aitorTheRed/ -- 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

