Re: [android-developers] Re: Transition from solid to transparent

2011-05-14 Thread Aitor Mendaza Ormaza
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 crios8...@gmail.com wrote: Ok, so now I'm trying to use this transition as the background of the textview: transition

[android-developers] Re: Transition from solid to transparent

2011-05-14 Thread crios
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 aitorthe...@gmail.com wrote: I guess that if the third drawable is transparent over green,

[android-developers] Re: Transition from solid to transparent

2011-05-13 Thread crios
Thanks for the quick reply. It doesn't work as expected, or maybe I'm missing something :( I need the background of the cell to flash a colour when an update comes, not the whole view. On May 13, 5:32 am, B Lyon bradfl...@gmail.com wrote: it's not something as simple as an alphaanimation from 1

[android-developers] Re: Transition from solid to transparent

2011-05-13 Thread crios
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/