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